Disable Image down loading

Some people would like to prevent viewers from downloading their images from their sites.


If you display an image on your site you can't prevent a viewer from copying it.

What you can do:

Image in a table. Right-click disabled.

<table oncontextmenu = "return false" onkeydown="return false">
<td><img src="https://drive.google.com/uc?export=view&id=0B28Gtf1n8u8DcHlTZW5kNzlkNUk" border="0" alt=""width=200></td>
</table>