From 7b66a43869b3cde8210e0dfecbe2c3c1c0e3ed6b Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Wed, 13 Mar 2024 10:42:49 -0700 Subject: [PATCH] Reduce the hard limit on the size of the wide rectangle crop type --- config/sync/crop.type.wide_rectangle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/crop.type.wide_rectangle.yml b/config/sync/crop.type.wide_rectangle.yml index 7836225..9ccecd3 100644 --- a/config/sync/crop.type.wide_rectangle.yml +++ b/config/sync/crop.type.wide_rectangle.yml @@ -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