Reduce the hard limit on the size of the wide rectangle crop type
This commit is contained in:
parent
01d6a028ed
commit
7b66a43869
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue