Created
September 11, 2012 18:41
-
-
Save minitech/3700723 to your computer and use it in GitHub Desktop.
Automatically scaling a background image
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
/** | |
* Automatically scaling a background image | |
*/ | |
background-image: url('http://www.gstatic.com/ui/v1/icons/mail/logo_default.png'); | |
background-position: center; | |
background-repeat: no-repeat; | |
background-size: auto 100%; | |
min-height: 100%; |
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
<!-- content to be placed inside <body>…</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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
stewart
commented
Sep 11, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment