Jump to content

Not allowing visitors to copy or save as images

Recommended Posts

  • Replies 3
  • Views 276
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

You can't, not completely. You can disable right click. This code goes into settings advanced/header code:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
 $(function () {
   $(this).bind("contextmenu", function (e) {
     e.preventDefault();
   });
 });
</script>
Edited by derricksrandomviews
Link to comment
  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.