Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Created August 9, 2013 18:58
Show Gist options
  • Save bradpotter/6196196 to your computer and use it in GitHub Desktop.
Save bradpotter/6196196 to your computer and use it in GitHub Desktop.
Backstretch Slideshow
jQuery(document).ready(function($) {
$("body").backstretch([
"http://bradpotter.com/themes/sixteen-nine/wp-content/uploads/glacier.jpg",
"http://bradpotter.com/themes/sixteen-nine/wp-content/uploads/flowers.jpg",
"http://bradpotter.com/themes/sixteen-nine/wp-content/uploads/mountains.jpg",
"http://bradpotter.com/themes/sixteen-nine/wp-content/uploads/bear.jpg"
],{duration:4000,fade:1500});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment