Skip to content

Instantly share code, notes, and snippets.

@bcackerman
Created November 23, 2013 17:47
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 bcackerman/7617698 to your computer and use it in GitHub Desktop.
Save bcackerman/7617698 to your computer and use it in GitHub Desktop.
Background image that covers the background
.wrapper {
background-image: url('images/bg.jpg');
background-repeat: no-repeat;
background-position: 0 0;
-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