Advertisement
Guest User

Embedded video

a guest
Oct 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // Insert into <body> this should be the first line after <body>, basically as soon as you reach <body> put this in before anything else.
  2.  
  3. <div style="position: fixed; z-index: -99; width: 100%; height: 100%">
  4. <iframe frameborder="0" height="100%" width="100%"
  5. src="https://youtube.com/embed/z9Ul9ccDOqE?version=3&autoplay=1&loop=1&controls=0&showinfo=0&autohide=1">
  6. </iframe>
  7. </div>
  8.  
  9. // Add the code above to: the first line of <body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement