mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 21:47:51 +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}
|
||||
height={1690}
|
||||
width={1192}
|
||||
layout="responsive"
|
||||
// fill
|
||||
fill
|
||||
sizes={'(min-width: 768px) 33vw, 100vw'}
|
||||
priority={priority}
|
||||
alt={item.title}
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</Link>
|
||||
<div className="font-multingual max-w-sm pt-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user