Answers for "how to disable right click on video player"

2

html video disable right click

<video oncontextmenu="return false;" id="my-video-player" width="854" height="480" controls autoplay>
  <source src="https://example.com/link-to-my-video.mp4" type="video/mp4">
</video>
Posted by: Guest on November-06-2020

Code answers related to "how to disable right click on video player"

Browse Popular Code Answers by Language