Advertisement
brooklyndesignstudio

Disable Right-click on HTML-5 Videos

Sep 16th, 2019 (edited)
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <body oncontextmenu="return false" onselectstart="return false" ondragstart="return false">[video src="xyz.mp4"]</body>
  2. or
  3. <body oncontextmenu="return false;">[video src="xyz.mp4"]</body>
  4. or
  5. <span oncontextmenu="return false;">[video src="xyz.mp4"]</span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement