Guest User

Untitled

a guest
Apr 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @mixin div-same-size-as-background-img($url) {
  2. background-image: url($url);
  3. background-size: contain;
  4. background-repeat: no-repeat;
  5. width: 100%;
  6. height: 0;
  7. padding-top: percentage(image-height($url) / image-width($url));
  8. }
Add Comment
Please, Sign In to add comment