From d636b2174423fe803e7be5192d52cb72f73fe11f Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Fri, 23 May 2025 17:25:22 +0800 Subject: [PATCH] Fix: limit image crop stage height - Addresses issue when extra-tall portrait images are uploaded for cropping --- src/components/ImageMethodDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ImageMethodDialog.vue b/src/components/ImageMethodDialog.vue index cd3dfb22..f3938740 100644 --- a/src/components/ImageMethodDialog.vue +++ b/src/components/ImageMethodDialog.vue @@ -185,14 +185,14 @@ dragMode: 'crop', aspectRatio: 1 / 1, }" - class="max-h-[90vh] max-w-[90vw] object-contain" + class="max-h-[50vh] max-w-[90vw] object-contain" />