Guest User

Video Div CSS Styles

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