From 5a477e31a2229d81d9ae7fe8005eb206c122f913 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 3 Feb 2026 11:18:08 +0000 Subject: [PATCH] Fix book covers: show full images without cropping Switch from fill+object-cover (crops to aspect ratio) to explicit width/height so book covers display at their natural proportions. Co-Authored-By: Claude Opus 4.5 --- cynthia-poetry/src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cynthia-poetry/src/app/page.tsx b/cynthia-poetry/src/app/page.tsx index 48bee22..010bfba 100644 --- a/cynthia-poetry/src/app/page.tsx +++ b/cynthia-poetry/src/app/page.tsx @@ -110,12 +110,13 @@ export default function HomePage() {
{books.map((book) => (
-
+
{`${book.title}