File size: 414 Bytes
bb7f1f4 | 1 2 3 4 5 6 7 8 9 10 | // Do not put custom titles here. This file is overwritten each time the WebUI is started.
ar_button_titles = {
"1:1" : " 1:1 ratio based on minimum dimension",
"3:2" : " Set width based on 3:2 ratio to height",
"4:3" : " Set width based on 4:3 ratio to height",
"16:9" : " Set width based on 16:9 ratio to height",
"1" : " 1:1 square",
"2" : " 3:2 landscape",
"3" : " 9:16 portrait",
} |