Advertisement
Guest User

Untitled

a guest
May 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <div class="header">
  2. <div class="header__video-wrapp">
  3. <div class="header__video-box">
  4. <video class="header__video" id='header__video' loop autoplay>
  5. <source src="https://s3-us-west-2.amazonaws.com/coverr/mp4/Winter-Grass.mp4" type="video/mp4">
  6. <source src="https://s3-us-west-2.amazonaws.com/coverr/mp4/Winter-Grass.mp4" type="video/webm">
  7. </video>
  8. </div>
  9. </div>
  10. <div class='header__video-play' onclick='document.getElementById("header__video").play();'>play</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement