Answers for "disable save image option"

0

disable save image option

$(document).on('contextmenu', 'img', function() {
	return false;
});
Posted by: Guest on August-31-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language