brooklyndesignstudio

HTML5 <Video> No Download / PinP

Mar 5th, 2021 (edited)
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.30 KB | None | 0 0
  1. <video width="640" height="360" controls disablePictureInPicture controlsList="nodownload noremoteplayback">
  2.     <source src="/wp-content/uploads/2021/02/Video-file.mp4" type="video/mp4" preload="none">
  3.     <source src="/wp-content/uploads/2021/02/Video-file.webm" type="video/webm" preload="none">
  4. </video>
Add Comment
Please, Sign In to add comment