Can you disable right-click and image dragging in Galleria?
The images on my site are to be sold commercially and we therefore want to stop people from pinching them without paying!
If it can't be done in Galleria, any ideas how to achieve it in Javascript or jQuery?
Si
Can you disable right-click and image dragging in Galleria?
Yes. You can cancel default methods of contextmenu
and dragstart
. You can also place a transparent element over the image to block click events. See below.
The images on my site are to be sold commercially and we therefore want to stop people from pinching them without paying!
You can not stop people from getting images you place on your website. Once the user has viewed the image, it is already on their hard drive.
If it can't be done in Galleria, any ideas how to achieve it in Javascript or jQuery?
The best you can do is watermark them in a way that would take a long time to remove/hide.