Skip to content

Instantly share code, notes, and snippets.

@Dan4IT
Created August 24, 2015 05:39
Show Gist options
  • Save Dan4IT/1211f1d87a234c919b64 to your computer and use it in GitHub Desktop.
Save Dan4IT/1211f1d87a234c919b64 to your computer and use it in GitHub Desktop.
Backstretch
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script>
<script type="text/javascript">
$.backstretch([
"#$.siteConfig('assetPath')#/assets/Image/Image_Name.jpg"
], {duration: 6000, fade: 1000});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment