Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Galleria 全屏主题。将该js代码放在我的主js文件中,不要右键单击:
$('img').live('contextmenu', function(e){ return false; });
但不要在 IE Windows 上工作。所以,我想在另存为图像时获取水印或空白图像。因为我的形象很重要,想强力保护。
我能怎么做?
如果你想在它们上面加水印,把水印放在外面,只向客户提供带水印的图像。任何使用 javascript 的解决方案都不起作用,因为用户可以简单地关闭 javascript。