Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .video-wrap
  2. position: relative
  3.  
  4. &:before
  5. content: ''
  6. display: block
  7. padding-top: 56.25%
  8.  
  9. .video-wrap .iframe-box
  10. position: absolute
  11. top: 0
  12. left: 0
  13. bottom: 0
  14. right: 0
  15.  
  16. .video-wrap .iframe-box iframe
  17. width: 100%
  18. height: 100%
  19.  
  20. .ratio16-9:before
  21. padding-top: 56.25%
  22.  
  23. .ratio4-3:before
  24. padding-top: 75%
  25.  
  26. .ratio3-2:before
  27. padding-top: 50%
  28.  
  29. .ratio1-1:before
  30. padding-top: 100%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement