Guest User

Untitled

a guest
May 21st, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. CSS
  2. .videoWrapper {
  3. position: relative;
  4. padding-bottom: 56.25%; /* 16:9 56.25% */
  5. padding-top: 0px;
  6. height: 0;
  7. }
  8. .videoWrapper iframe {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. width: 80%;
  13. height: 80%;
  14. }
  15.  
  16. <div class="videoWrapper">
  17. <iframe width="560" height="315" src="https://www.youtube.com/embed/EFROb5nEcQM?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>
Add Comment
Please, Sign In to add comment