Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Locking Photos


budbase

Recommended Posts

It isn't possible. All you can do is make it more difficult for those that would take them. The best way is with watermarking and there is a contribution for that.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

There is the enoying popup that will stop the right click, and display a popup warning:

<img src="mypic.gif" height="24" width="100"
 onContextMenu="alert('These images are mine, not yours!');return false;">

 

 

Then there is the not so enoying version that does not popup, just disables the right click button on images all together:

<img src="mypic.gif" height="24" width="100"
 onContextMenu="return false;">

 

But again, without the watermark, you can just look at the source code or take a screenshot to get the image. But who's going to go to all that trouble.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...