# Protecting Images

**URL:** https://community.sitejet.io/t/protecting-images/3351
**Category:** Website Builder
**Tags:** cms\_content
**Created:** [June 9, 2024, 4:07am UTC](https://community.sitejet.io/t/protecting-images/3351 "2024-06-09T04:07:39Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Andre](https://dub1.discourse-cdn.com/flex017/user_avatar/community.sitejet.io/andre/32/3459_2.png) [@Andre](https://community.sitejet.io/u/Andre)
#### Post date: [September 9, 2024, 9:43am UTC](https://community.sitejet.io/t/protecting-images/3351/4 "2024-09-09T09:43:51Z")

</div>

Hey there Scott,

did you see this thread?

> [@How to protect images from being downloaded](https://community.sitejet.io/t/how-to-protect-images-from-being-downloaded/3227):
>
> Hello! I was wondering if there is a way to protect images on my website from being “right clicked” and saved? Thank you cherry_blossom

It says:

Like to quote an important point though:

> there is no 100% protection against image download

Aside from that, some Sitejetters have used the solution

> ```auto
> img {
> pointer-events: none;
> }
> 
> ```

… that usually worked quite well. just put it in the CSS - right on top.

---

_[View the full topic](https://community.sitejet.io/t/protecting-images/3351)._
