Skip to content

Instantly share code, notes, and snippets.

@maddesigns
Created January 30, 2014 21:42
Show Gist options
  • Save maddesigns/8720504 to your computer and use it in GitHub Desktop.
Save maddesigns/8720504 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// Toolkit (v2.0.0.alpha.7)
// ----
@import "toolkit";
.wrapperclass {
@include intrinsic-ratio(4/3, 50%, 'img, figure')
}
.wrapperclass {
position: relative;
height: 0;
padding-top: 37.5%;
width: 50%;
}
.wrapperclass img, .wrapperclass figure {
display: block;
position: absolute;
width: 100% !important;
height: 100% !important;
top: 0;
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment