fix(library): show full photo in each grid thumb (square + contain)
CI / test (push) Has been cancelled

Library thumbs were locked to 4:3 with object-fit: cover, so portrait
photos got their top and bottom crop-fitted off. Switching to 1:1
cells with object-fit: contain — full photo always visible, grid still
uniform, portrait and landscape both get symmetric letterbox bars.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-14 14:40:49 -04:00
parent ad0d6c572c
commit a511b89564
8 changed files with 13 additions and 10 deletions
File diff suppressed because one or more lines are too long