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 bdd8a25b43
commit 927acc0f85

View file

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