We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778dc8b commit 4f23a45Copy full SHA for 4f23a45
product-image-generator/app/components/UploadCard.tsx
@@ -30,7 +30,7 @@ export function UploadCard({ runId, accessToken, fileUrl }: UploadCardProps) {
30
<img
31
src={fileUrl}
32
alt="Uploaded image"
33
- className="h-full w-full object-contain rounded-lg bg-gray-50"
+ className="h-full w-full object-cover rounded-lg bg-gray-50"
34
/>
35
{run?.isCompleted && (
36
<div className="absolute inset-0 bg-black/0 group-hover:bg-black/20 transition-colors flex items-center justify-center opacity-0 group-hover:opacity-100">
0 commit comments