mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
Update three-items.tsx
This commit is contained in:
parent
5e5b5c129d
commit
ce40640353
@ -17,11 +17,11 @@ function ThreeItemGridItem({ item, priority }: { item: Product; priority?: boole
|
|||||||
src={item.featuredImage.url}
|
src={item.featuredImage.url}
|
||||||
height={1690}
|
height={1690}
|
||||||
width={1192}
|
width={1192}
|
||||||
layout="responsive"
|
fill
|
||||||
// fill
|
|
||||||
sizes={'(min-width: 768px) 33vw, 100vw'}
|
sizes={'(min-width: 768px) 33vw, 100vw'}
|
||||||
priority={priority}
|
priority={priority}
|
||||||
alt={item.title}
|
alt={item.title}
|
||||||
|
className="h-full w-full object-cover"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
<div className="font-multingual max-w-sm pt-4">
|
<div className="font-multingual max-w-sm pt-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user