Skip to content

Instantly share code, notes, and snippets.

@KATT
Created October 30, 2013 02:48
Show Gist options
  • Save KATT/7226493 to your computer and use it in GitHub Desktop.
Save KATT/7226493 to your computer and use it in GitHub Desktop.
@mixin responsive-full-width-image($image) {
@include box-sizing(content-box);
width: 100%;
padding-top: percentage(image-height($image) / image-width($image));
background-image: image-url($image);
background-repeat: no-repeat;
background-size: contain;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment