Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Created October 24, 2012 20:21
Show Gist options
  • Save hjortureh/3948611 to your computer and use it in GitHub Desktop.
Save hjortureh/3948611 to your computer and use it in GitHub Desktop.
Responsive scaling background images
.element-with-background {
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment