fix zoomed images too big

This commit is contained in:
2022-06-28 22:55:46 -07:00
parent 6f6dea204e
commit 01b965cfaa

View File

@@ -155,6 +155,7 @@ const GalleryImage = ({ data, pageContext }) => {
alt={name}
src={image.publicURL}
style={{
width: canonicalSize.width / window.devicePixelRatio,
maxWidth: "unset",
}}
/>