Guest User

Untitled

a guest
Feb 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <video controls preload="auto" width="640" height="264" poster="PATH_TO_ASSETS.png">
  2. <source src="PATH_TO_ASSETS.mp4" type='video/mp4' />
  3. <source src="PATH_TO_ASSETS.webm" type='video/webm' />
  4. <source src="PATH_TO_ASSETS.ogv" type='video/ogg' />
  5. </video>
Add Comment
Please, Sign In to add comment