anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)
https://anvaka.github.io/panzoom/demo/attach-via-script.html
MIT License
1.83k stars 293 forks source link

Disable right click / download of images #300

Open vistree opened 1 year ago

vistree commented 1 year ago

Hi, really nice library!!! Is there a way to disable downloading of the zoomed images? By adding a transparent GIF or by disabling the right mouse button?

andymccray commented 1 year ago

You could use the CSS property pointer-events: none and target the images inside the panzoom element.