Skip to content

Instantly share code, notes, and snippets.

@DigitalEssence
Last active August 29, 2015 14:15
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 DigitalEssence/f101fe6893fc4777c737 to your computer and use it in GitHub Desktop.
Save DigitalEssence/f101fe6893fc4777c737 to your computer and use it in GitHub Desktop.
CSS - Full Screen background image
/* add a fixed, full screen background image */
html {
background: url(/wp-content/uploads/2015/04/background.jpg) no-repeat left top fixed!important;
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
background-size: cover!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment