Skip to content

Instantly share code, notes, and snippets.

@minitech
Created September 11, 2012 18:41
Show Gist options
  • Save minitech/3700723 to your computer and use it in GitHub Desktop.
Save minitech/3700723 to your computer and use it in GitHub Desktop.
Automatically scaling a background image
/**
* 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%;
<!-- content to be placed inside <body>…</body> -->
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
@stewart
Copy link

stewart commented Sep 11, 2012

  background: url("http://www.gstatic.com/ui/v1/icons/mail/logo_default.png")no-repeat center center fixed;
  background-size: cover;

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