Skip to content

Instantly share code, notes, and snippets.

@GaryUnbounce
Created February 18, 2014 22:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GaryUnbounce/9081974 to your computer and use it in GitHub Desktop.
Save GaryUnbounce/9081974 to your computer and use it in GitHub Desktop.
Make a background image scale the full page
<style type="text/css">
#lp-pom-root {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment