Closed faustoq closed 1 month ago
install and configure starlight-image-zoom
Zoom is automatically enabled on all images. To disable it, pass data-zoom-off attribute to the image. e.g.
data-zoom-off
<Image src={imageSrc} alt="My image alt text" data-zoom-off />
The latest updates on your projects. Learn more about Vercel for Git ↗︎
install and configure starlight-image-zoom
Zoom is automatically enabled on all images. To disable it, pass
data-zoom-off
attribute to the image. e.g.