This commit is contained in:
2025-10-10 02:01:17 +02:00
parent 60d4f802f5
commit 1dda1a0ac4

View File

@@ -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();