OptimageOptimage

How to Protect Photos from Right-Click Download and Theft Online

By Optimage

No single method stops a determined image thief, but layering right-click disabling, watermarks, and PIN-protected galleries makes theft hard enough to deter most offenders.

You cannot make a photo on the internet completely impossible to steal — but you can make theft difficult enough that most people give up. The most effective protection combines four layers: displaying low-resolution previews, disabling right-click in the browser, applying visible watermarks with Optimage's watermark tool, and delivering final images through a PIN-protected private gallery. Each layer stops a different class of theft attempt.

The Honest Truth About Photo Protection Online

Before getting into methods, it helps to understand what you are actually protecting against. Most image theft falls into one of these categories:

  1. Casual opportunists — someone likes your photo, right-clicks "Save As," and uses it without thinking about copyright. These people represent the majority of image theft.
  2. Screenshot savers — someone takes a screenshot of your image. Right-click disabling does nothing here.
  3. Source code scrapers — someone inspects your page source, finds the <img src> URL, and downloads the file directly.
  4. Determined professionals — someone using browser developer tools, proxy recorders, or automated scrapers to extract full-resolution images.

Effective protection targets the first three groups — the vast majority of real-world theft — while making the fourth category's effort high enough that the image is not worth the trouble.

Layer 1: Serve Low-Resolution Previews

The most underused protection method is simply not putting the full-resolution image on the public web. Display a 800px or 1200px watermarked preview on your public portfolio. The full-resolution unwatermarked version lives behind a gated delivery system — a private gallery that clients access only after payment.

This means that even if someone downloads every image on your website, they have low-resolution copies with your watermark. The commercial-quality original is never publicly accessible.

Layer 2: Disable Right-Click with CSS and JavaScript

You can prevent the browser's native right-click context menu from appearing on images with a few lines of CSS and JavaScript:

img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
document.addEventListener('contextmenu', e => {
  if (e.target.tagName === 'IMG') e.preventDefault();
});

This stops casual "Save image as" attempts. Be clear-eyed about what it does not stop: a screenshot, browser developer tools, or simply disabling JavaScript in the browser bypasses this in under ten seconds. It is a deterrent for opportunists, not a lock.

Many website builders (Squarespace, Showit, Format) have right-click protection built into their gallery templates. Enable it, but do not rely on it as your only layer.

Portfolio website showing a photographer's gallery with a watermarked photo and right-click disabled, no save option appearing

Layer 3: Apply a Visible Watermark

A visible watermark is the most reliable deterrent for most theft scenarios because it survives every bypass method. A screenshot of a watermarked image is still watermarked. A scraped copy of a watermarked image is still watermarked.

Use Optimage's watermark tool to add:

  • Your name or website URL — connects the image to you even when indexed by Google Images
  • Copyright symbol + year — e.g. © 2026 Yourname Photography
  • A tiled watermark for high-risk preview images — tiling prevents cropping attacks because the watermark appears at every point in the image

Position matters. A bottom-right corner watermark is easy to crop. A centre diagonal or full-tile watermark requires serious editing work to remove convincingly. For public portfolio pages where you are displaying work you have not yet been paid for, use a centre or tiled watermark.

For images you have already delivered to a paying client, a subtle bottom-corner watermark is more appropriate — it identifies the work as yours without being intrusive on their final photos.

Layer 4: Deliver Final Images Through a PIN-Protected Gallery

The highest-security delivery method for final images is a private gallery with PIN access. Optimage's gallery tool lets you:

  • Upload your full-resolution photos to a private gallery
  • Set a PIN code that only your client receives
  • Control whether the client can download images
  • Share a link that shows only a PIN entry screen to anyone who does not have the code

No one browsing your website or searching Google can access the gallery. The photos do not appear in search results. This is the layer that matters most for your most valuable images.

What About Embedding Copyright in Metadata

EXIF and IPTC metadata fields can hold your name, copyright notice, and contact information. This data travels with the file when downloaded and is read by platforms like Adobe Stock, Getty, and many photo management apps. Use Optimage's metadata tool to write your copyright into every image before sharing it.

Metadata is invisible to the casual viewer but is used by image tracking services like TinEye and Google's reverse image search to identify copied images. If you ever need to make a legal copyright claim, having your copyright written into the file's metadata from the original creation date is useful evidence.

What to Do If Someone Steals Your Photo

No protection system is perfect. If you find your images used without permission:

  1. Use reverse image search — Google Images (upload the image or paste the URL) to find where it appears
  2. Send a DMCA takedown notice — if the image is hosted on a platform covered by the DMCA (most US-based platforms), a takedown notice is effective and platforms are legally required to act
  3. Contact the infringer directly — many cases of image theft are accidental. A polite message asking for credit or payment often resolves the situation
  4. Consult a copyright lawyer for commercial infringement (someone using your photo in paid advertising or for profit without a licence)

Screenshot of Google reverse image search results showing a photographer's watermarked photo appearing on multiple websites

Practical Recommended Workflow

  • Public portfolio pages: Display 1200px-wide, watermarked previews. Disable right-click. Strip metadata that reveals original full-resolution file details.
  • Client proofing: Send PIN-protected gallery with watermarked, low-resolution proofs. Enable view-only, no downloads.
  • Final delivery: PIN-protected gallery with full-resolution unwatermarked images. Enable download. Strip location metadata if the client prefers privacy.
  • Social media: Post at 1200px maximum. Add a subtle corner watermark. Accept that screenshots happen and your watermark is your best defence.

Combine Optimage's watermark tool, metadata tool, and private galleries to implement this workflow for free.

Frequently Asked Questions

Can you actually stop people from downloading your photos? No — if a photo is visible in a browser, it is technically downloadable. Screenshots alone mean a determined person can always get a copy. What you can control is how much effort it takes and how useful the stolen copy is. A tiled watermark on a low-res preview makes a stolen copy nearly worthless.

Does disabling right-click protect images? Right-click disabling stops casual "Save image as" attempts but is bypassed instantly by screenshots, browser developer tools, or disabling JavaScript. It is a useful first layer but not real protection on its own.

What is the best way to prevent photo theft online? The most effective approach is layered: display only low-resolution watermarked previews publicly, disable right-click as a soft deterrent, embed copyright metadata in every file, and deliver full-resolution final images only through a PIN-protected private gallery. No single method is sufficient.

How do professional photographers protect their work? Most working photographers use a combination of: watermarked public portfolio previews, private delivery galleries with PIN access (Pixieset, Optimage, or similar), metadata copyright embedding, and occasional use of image tracking services like TinEye to find unauthorised uses. They accept that some theft will happen and focus on making legal claims easier through documentation.

Try Optimage Free

Compress, convert, and optimize your images in seconds. No sign-up needed to start.

Start Optimizing Free
Back to The Optimage Journal