Skip to content

Instantly share code, notes, and snippets.

@LouisWhit
Created June 25, 2013 16:42
Show Gist options
  • Select an option

  • Save LouisWhit/5860067 to your computer and use it in GitHub Desktop.

Select an option

Save LouisWhit/5860067 to your computer and use it in GitHub Desktop.
Random background image script
<script type="text/javascript">
var numRand = Math.floor(Math.random()*4);
$('.rand-img').css('background-image', "url('{siteurl}assets/images/content-images/rotator/rotator-" + numRand + ".jpg')");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment