mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
Adjusts carousel sizes
This commit is contained in:
parent
79574d8c99
commit
3a29093e4e
@ -27,7 +27,7 @@ export async function Carousel() {
|
|||||||
}}
|
}}
|
||||||
src={product.featuredImage?.url}
|
src={product.featuredImage?.url}
|
||||||
fill
|
fill
|
||||||
sizes="(min-width: 1024px) 16vw, (min-width: 768px) 25vw, 50vw"
|
sizes="(min-width: 1024px) 25vw, (min-width: 768px) 33vw, 50vw"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user