SyntaxFix
Write A Post
Hire A Developer
Questions
I tried myself and found this is working.
$("img").mousedown(function(){ return false; });
I am sure this disables dragging of all the images. Not sure it effects something else.