Zoomable Image
Allow zoom-in images in your documentation

Usage
Replace img
with ImageZoom
in your MDX components.
Now image zoom will be automatically enabled on all images.
Image Optimization
A default sizes
property will be defined for Next.js <Image />
component if not specified.
How is this guide?