-2

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!

Michelangelo
  • 5,888
  • 5
  • 31
  • 50

1 Answers1

-3

Well on browser, you can try javascript - oncontextmenu="return false".

double-beep
  • 5,031
  • 17
  • 33
  • 41
jsraymond
  • 1
  • 1