Reduce the hard limit on the size of the wide rectangle crop type

This commit is contained in:
Keegan Rankin 2024-03-13 10:42:49 -07:00
parent 01d6a028ed
commit 7b66a43869

View file

@ -10,5 +10,5 @@ description: 'Ten units wide to six units tall.'
aspect_ratio: '5:3' aspect_ratio: '5:3'
soft_limit_width: 1000 soft_limit_width: 1000
soft_limit_height: 600 soft_limit_height: 600
hard_limit_width: 500 hard_limit_width: 100
hard_limit_height: 300 hard_limit_height: 60