Adjust photo gallery image positioning to better center people

Update the object-position CSS property for images in the photo gallery component to "center 25%" to improve the focus on subjects.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: a239f616-bc53-449a-a710-664444aa8180
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/drGbo1a
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-02-28 21:35:24 +00:00
parent ade673929c
commit 222dd940b9

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 30%" }}
style={{ objectPosition: "center 25%" }}
loading="lazy"
data-testid="img-gallery-current"
/>