Advertisement
TheiPhoneFan

HTML Video

Feb 2nd, 2024 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. Default:
  2. <video width="x" height="y" controls>
  3.   <source src="urlpath.mp4" type="video/mp4">
  4.   Your browser is unable to play HTML 5 video.
  5. </video>
  6.  
  7. Max Width Video:
  8. <video width="x" style="max-width: 100%;" controls>
  9.     <source src="../articles/assets/film-effects/fotor-film-grain.mp4" type="video/mp4">
  10.     Your browser is unable to play HTML 5 video.
  11. </video>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement