diff --git a/client/src/components/photo-gallery.tsx b/client/src/components/photo-gallery.tsx index 0cf2842..317490e 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 25%" }} + style={{ objectPosition: "center 35%" }} loading="lazy" data-testid="img-gallery-current" />