panzoom icon indicating copy to clipboard operation
panzoom copied to clipboard

Disable right click / download of images

Open vistree opened this issue 2 years ago • 1 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?

vistree avatar Apr 21 '23 07:04 vistree

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

andymccray avatar Jun 30 '23 01:06 andymccray