Advertisement
EeMMeR

responsive-video

Mar 20th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. .flex-video {
  2. position: relative;
  3. padding-top: 25px;
  4. padding-bottom: 67.5%;
  5. height: 0;
  6. margin-bottom: 16px;
  7. overflow: hidden;
  8. }
  9.  
  10. .flex-video.widescreen { padding-bottom: 57.25%; }
  11. .flex-video.vimeo { padding-top: 0; }
  12.  
  13. .flex-video iframe,
  14. .flex-video object,
  15. .flex-video embed {
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  23. .flex-video { padding-top: 0; }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement