From ae8e908bf5df87c1355644fae1b4a8db9f6b0cb6 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Sat, 17 Jan 2026 20:58:29 +1300 Subject: [PATCH] fix: square thumbnails with object-contain for better image quality - Change thumbnail from 160x112 to 144x144 (square) - Use object-contain instead of object-cover to prevent cropping/distortion Co-Authored-By: Claude Opus 4.5 --- src/components/quickstart/TemplateCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/quickstart/TemplateCard.tsx b/src/components/quickstart/TemplateCard.tsx index 1dcfe677..214609ea 100644 --- a/src/components/quickstart/TemplateCard.tsx +++ b/src/components/quickstart/TemplateCard.tsx @@ -54,10 +54,10 @@ export function TemplateCard({ ${disabled && !isLoading ? "opacity-50" : ""} `} > - {/* Thumbnail - Left side */} + {/* Thumbnail - Left side (square) */}
{/* Hover image (if provided) */} {hoverImage && ( @@ -80,7 +80,7 @@ export function TemplateCard({ {`${template.name} )}