anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)

Home Page:https://anvaka.github.io/panzoom/demo/attach-via-script.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable right click / download of images

vistree opened this issue · comments

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?

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