Created
January 30, 2013 18:41
-
-
Save ckizer/4675584 to your computer and use it in GitHub Desktop.
Stretch background-image across <body>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
height: 100%; | |
background-image: url(bg-center-stretch.png); | |
background-attachment: scroll; | |
background-size:cover; | |
background-repeat: no-repeat; | |
background-position: center center; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
required
background-size: cover
height: 100% (if your putting on html or body)