Skip to content

Instantly share code, notes, and snippets.

View lorikrell's full-sized avatar
🏠
Working from home

Lori Krell lorikrell

🏠
Working from home
View GitHub Profile
@MantasMikal
MantasMikal / ImageZoom.jsx
Last active October 20, 2022 09:22
Easy way to zoom gatsby-image with react-medium-image-zoom
// Demo https://guste.design/gallery/
// Install https://www.npmjs.com/package/react-medium-image-zoom
// ImageZoom.jsx
import React from 'react'
import Image from 'gatsby-image'
import Zoom from 'react-medium-image-zoom'