Edit in JSFiddle

$("img").on("contextmenu",
    function(e){
return false;
});

              
<img src="https://unsplash.it/g/200/300">