Right click problem

Hello,
I added the right click protection app but i have a few iframes in my site.
Is there a way to prevent users to click and download images from iframe?
I used this code but it didn’t worked:
(html10 is my iframe window)
export function html10_contextmenu(event) {
event.preventDefault();
}

Thank you.

Just saw nice idea, piece of code that will overlay a transparent square image on top of each of the images that are on that particular page so when the thief tries to drag the image, they will get the transparent image instead.
can anyway can write a code for me please?

Hi,
Have you tried adding a transparent box on top of the HTML box? I recommend checking out this post about How to Easily Watermark and Protect Your Images. I found also this Stackoverflow thread which can be useful

Good luck,
Tal.