Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <script>
  2. window.onload = function(){
  3. if(window.innerWidth >= 1024)
  4. document.getElementById('video-container').innerHTML = '<video autoplay id="bgvid" poster="img/water-on-glass.jpg"><source src="videos/medoff-video.webm" type="video/webm"><source src="videos/medoff-video.mp4" type="video/mp4"></video>'
  5. };
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement