Hi,
I would like to know how to deactivate the right click button on images.
Could you assist me?
Hi,
I would like to know how to deactivate the right click button on images.
Could you assist me?
Hi @artaileen
Welcome to Shopify Community.
Aibek is here from Speedimize.io agency.
To deactivate right-click, please use this code below:
$("img").on("contextmenu",function(e){
return false;
});
You can put this code in the end of theme.js
Hope this helps you.
Hey! Glad to help.
This may be useful.
https://app.hopps.io/videos/how-do-i-disable-the-rightclick-button-on-images-178b4b1930f
Good luck!