Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. .content-media {
  2.  
  3. width: 100%;
  4. height: auto;
  5.  
  6. .video-holder {
  7.  
  8. width: 100%;
  9. position: relative;
  10. padding-bottom: 56.25%; /* 16/9 ratio */
  11. padding-top: 30px; /* IE6 workaround*/
  12. height: 0;
  13. overflow: hidden;
  14.  
  15. iframe,
  16. object,
  17. embed {
  18.  
  19. border: none;
  20. margin: 0;
  21. padding: 0;
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. width: 100%;
  26. height: 100%;
  27. }
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement