Adjusts carousel sizes

This commit is contained in:
Michael Novotny 2023-08-02 19:31:02 -05:00
parent 79574d8c99
commit 3a29093e4e
No known key found for this signature in database

View File

@ -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>