This prevents copying image to block the right mouse button, but does not prevent your image from some other form (print scrren and others). To do this add the following code to the address of the image:
oncontextmenu = "return false"
Looks like this:
<img src="image location" oncontextmenu="return false">
oncontextmenu = "return false"
Looks like this:
<img src="image location" oncontextmenu="return false">
0 comentários:
Postar um comentário