From 1dda1a0ac479f7f6b7867407c99ae6b7db80103e Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Fri, 10 Oct 2025 02:01:17 +0200 Subject: [PATCH] Increase --- src/components/Gallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gallery.tsx b/src/components/Gallery.tsx index fb4ba69..370e95f 100644 --- a/src/components/Gallery.tsx +++ b/src/components/Gallery.tsx @@ -12,7 +12,7 @@ interface GalleryProps { } export default function Gallery({ initialImages }: GalleryProps) { - const HORIZONTAL_ASPECT_RATIO = 1.7; + const HORIZONTAL_ASPECT_RATIO = 1.8; const VERTICAL_ASPECT_RATIO = 0.8; const navigationRouter = useNavigationRouter();