Answers for "disable right click in video"

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

Browse Popular Code Answers by Language