mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat(poc): fix thumbnail gallery
This commit is contained in:
@@ -84,8 +84,8 @@ export function Gallery({
|
||||
<GridTileImage
|
||||
alt={image?.altText}
|
||||
src={image.src}
|
||||
width={600}
|
||||
height={600}
|
||||
width={200}
|
||||
height={200}
|
||||
background="purple-dark"
|
||||
active={isActive}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user