Sp Easy Image Gallery - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Sp Easy Image Gallery

E

enrico

Extension 3 years ago

Hi folks, with Sp Easy Image Gallery it's possible to block, for public users of the web site, the download and copy of the images?

Thanks

0
5 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #65822

Hello enrico

There is no option to download the imags from the front end. Are you talking about the save image option?

https://prnt.sc/HfPT5NCHCCSQ

Best regards

0
E
enrico
Accepted Answer
3 years ago #65824

Hi Ofi,

yes I would just like to show the photos in the gallery, and that it was impossible for site users to download and save them easily.

Thanks

enrico

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #65828

I do not have a clear idea that it is possible or not. But you can apply a trick. You can disable mouse right click on your site. Please use this JavaScript to Template Options -> Custom Code -> Custom JavaScript

document.addEventListener('contextmenu', event => event.preventDefault());

It will disable the context menu (mouse right click). So, the menu will not open. The common users will find it difficult to get the images then.

0
E
enrico
Accepted Answer
3 years ago #65831

Thanks Ofi,

it is a partial solution that at least for non-expert users could be effective.

enrico

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #65842

You are welcome. Please accept the answer that helped you. It will be then easier to find the solution for the other users with the same issue. There is a button to accept answer after each comment.

0