Skip to content

Instantly share code, notes, and snippets.

@wingsline
Created October 7, 2012 19:48
Show Gist options
  • Save wingsline/3849368 to your computer and use it in GitHub Desktop.
Save wingsline/3849368 to your computer and use it in GitHub Desktop.
Scales the bg to the element size
// scales the bg to the element size
@mixin ms-bgsize ($bg)
{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#{$bg}',sizingMethod='scale');
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#{$bg}',sizingMethod='scale');
background-image: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment