<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread Re: Disabling RightClick Downloading of Images in Online Store in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/152165#M25890</link>
    <description>&lt;P&gt;I figured out the answer to my own question, but I'll put it here for anyone else who is looking to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Online Store Dashboard page, go to Website -&amp;gt; Integrations -&amp;gt; Add Custom Header Code -&amp;gt; Add New Code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;&amp;lt;!-- Following code will prevent right click on images place is just above closing &amp;lt;/body&amp;gt; tag --&amp;gt;
&amp;lt;script&amp;gt;

document.oncontextmenu = function(e){
var target = (typeof e !="undefined")? e.target: event.srcElement
if (target.tagName == "IMG" || (target.tagName == 'A' &amp;amp;&amp;amp; target.firstChild.tagName == 'IMG'))
return false

}

&amp;lt;/script&amp;gt;
&amp;lt;!-- code to prevent right click ends here --&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And click on "End of Body" where it asks where the code should be placed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Note, I didn't write this code, only grabbed it from another Weebly forum, here:&amp;nbsp;&lt;A href="https://community.weebly.com/t5/Vote-on-Features/Disable-Right-Click-On-Photos/idi-p/7662#" target="_blank"&gt;https://community.weebly.com/t5/Vote-on-Features/Disable-Right-Click-On-Photos/idi-p/7662#&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps someone else looking to protect their images.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 22:30:19 GMT</pubDate>
    <dc:creator>EBPhotography</dc:creator>
    <dc:date>2020-02-14T22:30:19Z</dc:date>
    <item>
      <title>Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/152031#M25889</link>
      <description>&lt;P&gt;I'm a photographer selling online prints of my photos, and I'm considering using the online store to host my site. Is there a way to disable right-clicking of images to prevent digital downloads? I'm not a huge fan of watermarks, because I think they detract from the image (which is contrary to the whole point), so I'm hoping there's a way to prevent (or at least make it harder!) for people to right click and save the image I'm selling without me using those.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that makes sense! Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:22:29 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/152031#M25889</guid>
      <dc:creator>EBPhotography</dc:creator>
      <dc:date>2020-02-14T15:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/152165#M25890</link>
      <description>&lt;P&gt;I figured out the answer to my own question, but I'll put it here for anyone else who is looking to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Online Store Dashboard page, go to Website -&amp;gt; Integrations -&amp;gt; Add Custom Header Code -&amp;gt; Add New Code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;&amp;lt;!-- Following code will prevent right click on images place is just above closing &amp;lt;/body&amp;gt; tag --&amp;gt;
&amp;lt;script&amp;gt;

document.oncontextmenu = function(e){
var target = (typeof e !="undefined")? e.target: event.srcElement
if (target.tagName == "IMG" || (target.tagName == 'A' &amp;amp;&amp;amp; target.firstChild.tagName == 'IMG'))
return false

}

&amp;lt;/script&amp;gt;
&amp;lt;!-- code to prevent right click ends here --&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And click on "End of Body" where it asks where the code should be placed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Note, I didn't write this code, only grabbed it from another Weebly forum, here:&amp;nbsp;&lt;A href="https://community.weebly.com/t5/Vote-on-Features/Disable-Right-Click-On-Photos/idi-p/7662#" target="_blank"&gt;https://community.weebly.com/t5/Vote-on-Features/Disable-Right-Click-On-Photos/idi-p/7662#&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps someone else looking to protect their images.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 22:30:19 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/152165#M25890</guid>
      <dc:creator>EBPhotography</dc:creator>
      <dc:date>2020-02-14T22:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/152319#M25891</link>
      <description>&lt;P&gt;Looks like you beat us to the punch here, &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/246792"&gt;@EBPhotography&lt;/a&gt; &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you for posting the solution you discovered&amp;nbsp;here for others to see! I'm sure this will be incredibly helpful for other photographers and artists hoping to mitigate art theft while maintaining the integrity of their art. Thanks again, and&amp;nbsp;please don't hesitate to &lt;A href="https://squareup.com/help/us/en/article/4993-contact-square-support" target="_blank"&gt;reach out&lt;/A&gt; directly if needed!&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 02:06:51 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/152319#M25891</guid>
      <dc:creator>Valentina</dc:creator>
      <dc:date>2020-02-16T02:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/258798#M25892</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Sun, 28 Mar 2021 14:19:36 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/258798#M25892</guid>
      <dc:creator>jamesstartco</dc:creator>
      <dc:date>2021-03-28T14:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/280792#M25893</link>
      <description>&lt;P&gt;They must have changed things up. I cannot find a way to disable right click on images, and even followed your source link to the weebly forum. I am trying to follow the direction provided but cant find header code entry. Am I going to have to go to each image individually!? Ill keep digging, but now I have the code and don't know where to put it... artist, not a programmer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 02:30:55 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/280792#M25893</guid>
      <dc:creator>MAMLB</dc:creator>
      <dc:date>2021-06-15T02:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/320639#M25894</link>
      <description>&lt;P&gt;How do you fix the right click protect for photographs on webpage?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 09:15:24 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/320639#M25894</guid>
      <dc:creator>csnfoto</dc:creator>
      <dc:date>2021-11-19T09:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/320802#M25895</link>
      <description>&lt;P&gt;Something no one mentioned was Screen Shots - yes via a script you can stop someone from downloading a photo - we do that on our main web site however, there's nothing to prevent simply doing a screen shot - from there the photo can be edited and separated from the other details of the screen shot. &amp;nbsp; The use of watermarks can deter someone from getting a good copy but, it's not totally foolproof either.&amp;nbsp; Just some thoughts from our experience.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 22:38:52 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/320802#M25895</guid>
      <dc:creator>JK_Fiber_Art</dc:creator>
      <dc:date>2021-11-19T22:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/320934#M25896</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/411617"&gt;@csnfoto&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for writing in to our Seller&amp;nbsp;Community! I noticed it's your first post, welcome!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You can use the code shared in the Best Answer in this thread and insert it on your Square&amp;nbsp;Online Dashboard by heading to &lt;STRONG&gt;Settings&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Tracking tools&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Add custom header code&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please let us know how you go&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Nov 2021 23:59:40 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/320934#M25896</guid>
      <dc:creator>Arie</dc:creator>
      <dc:date>2021-11-20T23:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/321288#M25897</link>
      <description>&lt;P&gt;Just curious - how can you prevent someone from just doing a screenshot - they can still get the photo ??&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 23:37:47 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/321288#M25897</guid>
      <dc:creator>JK_Fiber_Art</dc:creator>
      <dc:date>2021-11-22T23:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/321465#M25898</link>
      <description>&lt;P&gt;As a photographer, I don't know that the quality of a screenshot would be good enough to make and sell prints, so I guess it doesn't concern me that much. However, I can see where this could be a concern for others, so I can think of 3 solutions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Create a watermark across the center of a photograph, so it couldn't be cropped out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For the item photos, instead of the photo itself, you could use a photo of what the print would look like framed and on the wall&lt;/P&gt;&lt;P&gt;- You could also take a photo of the print at a slight angle dimensionally, kind of like what fine art America does here:&amp;nbsp;&lt;A href="https://fineartamerica.com/shop/canvas+prints" target="_blank"&gt;https://fineartamerica.com/shop/canvas+prints&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Honestly though, if someone wants to steal your image badly enough, they will find a way. My goal was just to make it not super easy for them to do so.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 16:55:55 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/321465#M25898</guid>
      <dc:creator>EBPhotography</dc:creator>
      <dc:date>2021-11-23T16:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/335054#M25899</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have done this for my own site but it has no effect and I can still right click and save images. Please can you help? I know people can just take a screenshot but if I can cut out this easiest method then I will feel more secure about my images.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 10:48:37 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/335054#M25899</guid>
      <dc:creator>Emoonbridge</dc:creator>
      <dc:date>2022-01-21T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/335481#M25900</link>
      <description>&lt;P&gt;Welcome to the Seller Community, &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/422911"&gt;@Emoonbridge&lt;/a&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Disabling the right-click option will not prevent someone from copying your images, but you can try republishing the site to see if that pushes the code to the live site.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you are concerned about someone taking your images, I recommend adding a watermark to all of your images before uploading to your website. This is the only&amp;nbsp;&lt;EM&gt;true&lt;/EM&gt;&amp;nbsp;way to protect your online content. &lt;A href="https://watermarkly.com/" target="_blank"&gt;Watermarkly&lt;/A&gt;, for example, offers a free version of their service.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jan 2022 16:54:36 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/335481#M25900</guid>
      <dc:creator>BernadetteA</dc:creator>
      <dc:date>2022-01-23T16:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356710#M25901</link>
      <description>&lt;P&gt;It worked for me. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 09:02:18 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356710#M25901</guid>
      <dc:creator>mensoartdesign</dc:creator>
      <dc:date>2022-04-13T09:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356714#M25902</link>
      <description>&lt;P&gt;Before adding images to the web I change the resolution to the SQUARE recommended resolution settings which render well on devices but are not of sufficient quality for printing.&amp;nbsp; This is 72ppi. They also recommend the length of the longest side be 1000pixels. I use GIMP, a free equivalent of Photoshop and use the&amp;nbsp; "Scale Image" function. I also use GIMP to watermark my images either by working online or running a batch plugin (BIMP) to watermark all images in a directory. The resulting output can be directed to a new directory to not overwrite the original files. I created my business logo in GIMP, tiles it and saved this in GIMP as a pattern. From here I can use the "bucket-fill" option to fill the selected area. I also created a 1000 x 715 pixel 72ppi white layer as my base layer and I copy all my art onto this layer. This ensures the image will format correctly on mobile devices for some of the image gallery options. This may seem like a trivial issue but for art work of various sizes SQUARE ONLINE has a generic aspect ratio that just doesn't work for custom size art work. Was it worth it? YES! With the 72ppi 1000pixel max option my web site snaps open whereas before it took too long to load and I believe this affects Google SEO ranking. That's where I am up to on my learning curve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also followed the the recommendation in this post to turn off right clicking and it works for me. ARIE below updated the names of the current menu names to get to the same. spot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 09:19:46 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356714#M25902</guid>
      <dc:creator>mensoartdesign</dc:creator>
      <dc:date>2022-04-13T09:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356723#M25903</link>
      <description>&lt;P&gt;The white layer I create is 700 x 1050&amp;nbsp; this corresponds to the 2:3 aspect ratio I set:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Item preferences&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Layout&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;Edit&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Item image ratio&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;2:3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:35:12 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356723#M25903</guid>
      <dc:creator>mensoartdesign</dc:creator>
      <dc:date>2022-04-13T12:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356725#M25904</link>
      <description>&lt;P&gt;Correction, I set the ratio to 2: 3 in Layout and the background I created&amp;nbsp; tp lay my images on is 700 x 1050&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Items&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Item preferences&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Layout&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Item Image Ratio&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:38:36 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356725#M25904</guid>
      <dc:creator>mensoartdesign</dc:creator>
      <dc:date>2022-04-13T12:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356729#M25905</link>
      <description>&lt;P&gt;I guess where I am going with this to provide a bit more protection is that there can be a great reduction in image quality copied for unauthorised use without affecting the online experience, SO&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;set Right Click off&lt;/LI&gt;&lt;LI&gt;reduce image quality to industry standard and SQUARE recommendation, scale images in a tool like GIMP 72pp1, 700 x 1050 pixel for 2:3 aspect ratio&lt;/LI&gt;&lt;LI&gt;Use watermarks&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There are excellent YouTube videos on GIMP by&amp;nbsp;&lt;SPAN&gt;Davies Media Design, from installing to advanced many others as well and online documentation. This should allow you to Watermark and correct image sizes and lay them on an appropriate layer with the desired aspect ratio. I had hesitations about using SQUARE ONLINE for artwork at first but came up with this work around&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:45:21 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/356729#M25905</guid>
      <dc:creator>mensoartdesign</dc:creator>
      <dc:date>2022-04-13T12:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/616860#M25906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see this was posted from 2020 and Square has done so many updates since then. Do you have a recommendation for how to do this now on my website? I sell extensions and its very common for other vendors to steal photos and say its their product so I also want to make it harder for them to save my photos. As of right now I just put watermarks over everything but I really don't like it. How can prevent this for Square's newer version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 16:56:00 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/616860#M25906</guid>
      <dc:creator>aoptoni</dc:creator>
      <dc:date>2022-11-16T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/617534#M25907</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/380142"&gt;@aoptoni&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for being a member of the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you had a chance to check out this &lt;A href="https://www.sellercommunity.com/t5/Questions-How-To/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/335481#M97490" target="_blank"&gt;Best Answer&lt;/A&gt; from above? Currently, we do not have a way to prevent people from saving or downloading images. &lt;SPAN style="background-color:transparent;color:#1d1c1d;font-size:13px;"&gt;Feel free to also share your suggestions in our Ideate Room &lt;/SPAN&gt;&lt;A href="https://squ.re/ideate" target="_blank"&gt;&lt;SPAN style="background-color:transparent;color:#1d1c1d;font-size:13px;"&gt;here &lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="background-color:transparent;color:#1d1c1d;font-size:13px;"&gt;- Our Product Team keeps an eye on this forum as they are constantly improving our products based on feedback like this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if there's anything else I can help you with.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 18:00:07 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/617534#M25907</guid>
      <dc:creator>RobynR</dc:creator>
      <dc:date>2022-11-18T18:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling RightClick Downloading of Images in Online Store</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/617556#M25908</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/380142"&gt;@aoptoni&lt;/a&gt;! I can verify that this code still works on the current Square Website.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I totally understand what you mean about people stealing your product photographs and selling them as their own. You could periodically do reverse image searches here&amp;nbsp;&lt;A href="https://images.google.com/" target="_blank"&gt;https://images.google.com/&lt;/A&gt;&amp;nbsp;and then if you find them, issue them a &lt;A href="https://www.dmca.com/" target="_self"&gt;DMCA takedown notice.&lt;/A&gt;&amp;nbsp;I know that's a lot of work but it really does help keep that stuff to a minimum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps and I wish you the best of luck!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 20:14:18 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Disabling-RightClick-Downloading-of-Images-in-Online-Store/m-p/617556#M25908</guid>
      <dc:creator>EBPhotography</dc:creator>
      <dc:date>2022-11-18T20:14:18Z</dc:date>
    </item>
  </channel>
</rss>

