How to disable 'save image as' option on right click?

html, javascript, jquery

Solution

Use the image as a background-image of a div element, This will keep the easy minded people away from saving it ;)

Problem

I want to prevent users from right-clicking on image on my site and saving them. I know there are many work-around for this, but I still need to do it. Any help? Also, this site has this feature - http://finsix.com/dart/#section-colors It can be html, javascript, jquery. Any solution will do.

Original source

Related problems