Skip to content

andymarch25/stopStealPhoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

stopStealPhoto

jQuery plugin to prevent save images by right click

[demo] (http://befine.pro/dev/stopsteal/)

install

just add script and fire function

<script src="your/path/jquery.stopStealPhoto.min.js">
$('img').stopStealPhoto();

settings

  • delay: int | default 600
  • message: string | default "This image is protected"
  • customClass: string | default undefined
  • cursorOffset: int | default 14

it is possible to show custom text for each image, just use data attribute

<img src="image.jpg" data-ssph="custom text">

About

jQuery plugin to prevent save images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published