Отключить параметр «Сохранить изображение»

$(document).on('contextmenu', 'img', function() {
	return false;
});
Adventurous Alligator