Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .video-container {
  2. width: 100%;
  3. position: relative;
  4. padding-bottom: 56.25%; /* 16:9 */
  5. padding-top: 25px;
  6. height: 0;
  7. }
  8. .video-container iframe {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. width: 100%;
  13. height: 100%;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement