One photo per bio at every width #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "one-photo-per-bio"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ciao Felicia drops from three tiles to one, Eric Arthur from two — keeping the first of each, which is the band mid-performance and Eric's portrait.
Previously only phones showed a single photo; wide screens still got the row. Now the layout is uniform: every bio floats one tile with the copy wrapping around it, which is what the multi-photo cards were missing.
Removed with them: the phone-only rule that hid the extra tiles, and the three now-unused image imports. The
data-countguard stays deliberately — add a second photo to a bio and the float switches off rather than squeezing the copy into an unreadable column.The source images stay in
src/assets/photos/; they are simply no longer imported, so nothing extra gets built.Verified
astro check0 errors,lint:cssclean, build green. Parsed the built HTML and counted images per bio card: every card has exactly 1, except Azalea Jane who has 0 (she has no photo yet). Ciao Felicia's wrap reviewed rendered at 1100px.🤖 Generated with Claude Code