Skip to content

Instantly share code, notes, and snippets.

@jaredkc
Created October 24, 2014 03:23
Show Gist options
  • Select an option

  • Save jaredkc/c03c3ea1bd7068f90a7e to your computer and use it in GitHub Desktop.

Select an option

Save jaredkc/c03c3ea1bd7068f90a7e to your computer and use it in GitHub Desktop.
Responsive Aspect Ratio
[class^="ratio-"], [class*=" ratio-"] {
height: 0;
}
.ratio-21x9 {
padding-bottom: 42.86%;
}
.ratio-16x9 {
padding-bottom: 56.25%;
}
.ratio-4x3 {
padding-bottom: 75%;
}
.ratio-2x1 {
padding-bottom: 50%;
}
.ratio-1x1 {
padding-bottom: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment