Mario-Duarte / react-image-zooom

Simple React component that will allow users to zoom in on your images, perfect for product images and galleries!
https://mario-duarte.github.io/react-image-zooom/
26 stars 6 forks source link

Zoom a div? #3

Closed mledwards closed 2 years ago

mledwards commented 2 years ago

Is it possible to zoom a div? I have an image with icons overlayed, and I'd love it if they moved at the same time.

Mario-Duarte commented 2 years ago

HI @mledwards, this was created and only tested to zoom on images. There is no guarantee that would work on div's but thank you for your suggestion and will take that into consideration on a future update or even a new hook/component.

mledwards commented 2 years ago

Ah, no worries. Incase it helps anyone, I tried react-map-interaction, which sort of does what I want. Needed to use onTouchStart for the items on top of the image to be tappable on mobile.