Guest User

Untitled

a guest
May 27th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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>
  11.  
  12. <video id="video">...</video>
  13.  
  14. <style>
  15. #video {
  16. position: absolute;
  17. width: 100%;
  18. height: 100%;
  19. z-index: -1;
  20. }
  21. <style>
Add Comment
Please, Sign In to add comment