I'm using Galleria Fullscreen theme. Put that js code in my main js file for don't right click:
$('img').live('contextmenu', function(e){
return false;
});
But don't work on IE Windows. So, i want when save as image get watermark or blank image. Because my images very important and want to strong protect.
How can i do?