Skip to content

Instantly share code, notes, and snippets.

@andreystarkov
Created February 4, 2014 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreystarkov/8798724 to your computer and use it in GitHub Desktop.
Save andreystarkov/8798724 to your computer and use it in GitHub Desktop.
resize background-image css
#resize-image {
/* Just imagine that the image_1.png is 200x400px */
background:url(image_1.png) top left no-repeat;
-moz-background-size: 100px 200px;
-o-background-size: 100px 200px;
-webkit-background-size: 100px 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment