Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Created February 21, 2013 23:16
Show Gist options
  • Save jamiemitchell/5009338 to your computer and use it in GitHub Desktop.
Save jamiemitchell/5009338 to your computer and use it in GitHub Desktop.
<script type='text/javascript' src='http://www.briangardner.com/js/backstretch.js'></script>
<script>
jQuery(document).ready(function($) {
$("body").backstretch(["http://www.briangardner.com/wp-content/uploads/bg.jpg"],{duration:3000,fade:750});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment