From 0cf1a01ae34ef481860fea97e5d93d0029adec67 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Mon, 11 Mar 2024 13:21:11 -0700 Subject: [PATCH] Reduce the hard limit on extra wide rectangle crop type (so that it can be applied to tiny image in footer) --- config/sync/crop.type.extra_wide_rectangle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/crop.type.extra_wide_rectangle.yml b/config/sync/crop.type.extra_wide_rectangle.yml index 23fefb9..6fb66df 100644 --- a/config/sync/crop.type.extra_wide_rectangle.yml +++ b/config/sync/crop.type.extra_wide_rectangle.yml @@ -10,5 +10,5 @@ description: 'Ten units wide to five units tall.' aspect_ratio: '2:1' soft_limit_width: 600 soft_limit_height: 300 -hard_limit_width: 200 -hard_limit_height: 100 +hard_limit_width: 100 +hard_limit_height: 50