Skip to content

Commit a7a1dab

Browse files
committed
xs sharper thumbnails
1 parent bb8b233 commit a7a1dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Gallery.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const imageMetadataToReactImageProps = async (
4141
4242
const thumbnailAstroImageProps = {
4343
...astroImageProps,
44-
...IMAGE_SIZES.FIXED.MDX_XXS_16_9,
44+
...IMAGE_SIZES.FIXED.MDX_XS_16_9,
4545
alt: 'Thumbnail image',
4646
};
4747

0 commit comments

Comments
 (0)