Okay
  Public Ticket #2246190
block download photo
Closed

Comments

  • emanuela started the conversation

    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

  •  675
    Neuron replied

    Hi 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.