Skip to content

Instantly share code, notes, and snippets.

@krzysztofjeziorny
Created June 19, 2013 10:08
Show Gist options
  • Save krzysztofjeziorny/5813217 to your computer and use it in GitHub Desktop.
Save krzysztofjeziorny/5813217 to your computer and use it in GitHub Desktop.
Elastic videos for responsive web design
video {
max-width: 100%;
height: auto;
}
.video { /* container div for iframes <div class="video"><iframe/></div> */
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
iframe,
object,
embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment