feat(poc): fix thumbnail gallery

This commit is contained in:
Björn Meyer
2023-07-13 14:14:40 +02:00
parent 33d780d427
commit f21f41c59d
2 changed files with 4 additions and 3 deletions

View File

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