added 3:2 and 2:3 ratios
added photography and print friendly aspect ratios
This commit is contained in:
parent
a5bab6c509
commit
898a641c9a
@ -355,7 +355,7 @@ available_aspect_ratios = get_config_item_or_set_default(
|
||||
'896*1152', '896*1088', '960*1088', '960*1024', '1024*1024', '1024*960',
|
||||
'1088*960', '1088*896', '1152*896', '1152*832', '1216*832', '1280*768',
|
||||
'1344*768', '1344*704', '1408*704', '1472*704', '1536*640', '1600*640',
|
||||
'1664*576', '1728*576'
|
||||
'1664*576', '1728*576','1152*768','768*1152'
|
||||
],
|
||||
validator=lambda x: isinstance(x, list) and all('*' in v for v in x) and len(x) > 1
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user