hardeyboyz HI Karl, i would like to know how to disable the download for image files as right click option on image still allow the image to be downloaded.. thanks
Karl hardeyboyz See Javascript config prevent_right_click: // block user right-click on sensitive items (images, video, links) / also disables right-click contextmenu prevent_right_click: true, // true | false
Karl hardeyboyz just remove the // on java script right? I'm not sure what you mean. You need to add the script and option. Your _files/js/custom.js would look like this: _c.config = { prevent_right_click: true, }