Reduce the hard limit on extra wide rectangle crop type (so that it can be applied to tiny image in footer)

This commit is contained in:
Keegan Rankin 2024-03-11 13:21:11 -07:00
parent 9359a2d5fc
commit 0cf1a01ae3

View file

@ -10,5 +10,5 @@ description: 'Ten units wide to five units tall.'
aspect_ratio: '2:1' aspect_ratio: '2:1'
soft_limit_width: 600 soft_limit_width: 600
soft_limit_height: 300 soft_limit_height: 300
hard_limit_width: 200 hard_limit_width: 100
hard_limit_height: 100 hard_limit_height: 50