@bonnier-publications/prevent-img-rightclick
v1.0.4
Published
Prevent right click on images. A message will be displayed.
Downloads
13
Keywords
Readme
Prevent Image Download
This plugin will disable the browsers context menu when right clicking images. A customizable message will be shown instead.
Example usage
const styles = {"padding":"12px", "font-size":"18px"};
const message = "Please do not download our images";
const prevent = new PreventImageDownload(message, styles);
prevent.init();