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:
parent
23879115e4
commit
1a242a2e51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue