Comments emanuela started the conversationDecember 17, 2019 at 5:29pmI need to block the possibility of downloading the images of this section of my site, when the lightbox is opened the image can be dragged 675Neuron repliedDecember 17, 2019 at 6:02pmHi Emanuela,You can add the following style, it will disable the user ability to drag the images. img.mfp-img { -webkit-user-drag: none !important; -khtml-user-drag: none !important; -moz-user-drag: none !important; -o-user-drag: none !important; user-drag: none !important; }You can also try this plugin, it will disable the right click on the website.- https://wordpress.org/plugins/disable-right-click-for-wp/The plugin also disabled dragging of images.Feel free to ask for anything you need.Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
I need to block the possibility of downloading the images of this section of my site, when the lightbox is opened the image can be dragged
Hi Emanuela,
You can add the following style, it will disable the user ability to drag the images.
You can also try this plugin, it will disable the right click on the website.
- https://wordpress.org/plugins/disable-right-click-for-wp/
The plugin also disabled dragging of images.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.