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
This commit is contained in:
sebastjanartic 2026-02-28 21:38:24 +00:00
parent b1bd37d66e
commit 861f5bd2bc

View File

@ -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"
/>