mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56: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}
|
||||
fill
|
||||
sizes="(min-width: 1024px) 16vw, (min-width: 768px) 25vw, 50vw"
|
||||
sizes="(min-width: 1024px) 25vw, (min-width: 768px) 33vw, 50vw"
|
||||
/>
|
||||
</Link>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user