Skip to content

Instantly share code, notes, and snippets.

@yosefw
Last active August 29, 2015 14:23
Show Gist options
  • Save yosefw/73af3ddbda7f8295794e to your computer and use it in GitHub Desktop.
Save yosefw/73af3ddbda7f8295794e to your computer and use it in GitHub Desktop.
aspect-ratio mixin
.container {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
.responsive-element {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment