I am development a new website (html + css + javascript) and I want disable the open "save image as" and "open/copy image" in browser (in desktop and smartphone).
My images code:
<a href="images/collection/photo1.jpg" class="photography-entry img image-popup d-flex justify-content-start align-items-end" style="background-image: url(images/collection/photo1.jpg);">
It is possible with this code?
Thank you!