diff --git a/client/src/components/photo-gallery.tsx b/client/src/components/photo-gallery.tsx index 25496e9..0cf2842 100644 --- a/client/src/components/photo-gallery.tsx +++ b/client/src/components/photo-gallery.tsx @@ -115,7 +115,7 @@ function SingleImageCarousel({ src={images[index].large || images[index].thumb} alt={images[index].fileName} className="absolute inset-0 w-full h-full object-cover transition-opacity duration-500" - style={{ objectPosition: "center 30%" }} + style={{ objectPosition: "center 25%" }} loading="lazy" data-testid="img-gallery-current" />