Skip to content

Instantly share code, notes, and snippets.

@ncole458
Last active January 20, 2016 13:26
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 ncole458/56d58b72e37813b3c8ac to your computer and use it in GitHub Desktop.
Save ncole458/56d58b72e37813b3c8ac to your computer and use it in GitHub Desktop.
/** Preload Images (plays nicely with Cordova/PhoneGap i.e. stops images 'popping' in!) **/
body {
color: $fontColor;
background: url('../images/bg.jpg') no-repeat -9999px -9999px,
url('../images/bg1.png') no-repeat -9999px -9999px,
url('../images/bg2.png') no-repeat -9999px -9999px,
url('../images/bg3.png') no-repeat -9999px -9999px,
url('../images/introOne@3.png') no-repeat -9999px -9999px,
url('../images/introTwo@3.png') no-repeat -9999px -9999px,
url('../images/introThree@3.png') no-repeat -9999px -9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment