Skip to content

Instantly share code, notes, and snippets.

@ckizer
Created January 30, 2013 18:41
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 ckizer/4675584 to your computer and use it in GitHub Desktop.
Save ckizer/4675584 to your computer and use it in GitHub Desktop.
Stretch background-image across <body>
height: 100%;
background-image: url(bg-center-stretch.png);
background-attachment: scroll;
background-size:cover;
background-repeat: no-repeat;
background-position: center center;
@ckizer
Copy link
Author

ckizer commented Jan 30, 2013

required
background-size: cover
height: 100% (if your putting on html or body)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment