Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .video-container {
  2. position: right;
  3. padding-bottom: 56.25%;
  4. padding-top: 1px;
  5. height: 0;
  6. overflow: hidden;
  7. text-align: left;
  8. }
  9.  
  10. .video-container iframe,
  11. .video-container object,
  12. .video-container embed {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. height: 100%;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement