Skip to content

Commit

Permalink
xs sharper thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 17, 2024
1 parent bb8b233 commit a7a1dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Gallery.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const imageMetadataToReactImageProps = async (
const thumbnailAstroImageProps = {
...astroImageProps,
...IMAGE_SIZES.FIXED.MDX_XXS_16_9,
...IMAGE_SIZES.FIXED.MDX_XS_16_9,
alt: 'Thumbnail image',
};
Expand Down

0 comments on commit a7a1dab

Please sign in to comment.