From 861f5bd2bc90b386e203fe105b6922672b01fb3c Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 21:38:24 +0000 Subject: [PATCH] Adjust photo gallery images to better center on musicians Update the object-position style for images in the photo gallery to center them at 35% from the top, improving focus on performers in concert photography. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 608c0117-9cee-4bd2-8979-ad99048495ca Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/0ZGabQy Replit-Helium-Checkpoint-Created: true --- client/src/components/photo-gallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />