Skip to content

Instantly share code, notes, and snippets.

@paulletourneau
Created December 20, 2013 17:35
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 paulletourneau/8058420 to your computer and use it in GitHub Desktop.
Save paulletourneau/8058420 to your computer and use it in GitHub Desktop.
Replace the code in backstretch-set.js with this code and website will now present the linked images as a slideshow.
jQuery(document).ready(function($) {
$.backstretch([
"http://dl.dropbox.com/u/515046/www/outside.jpg"
, "http://dl.dropbox.com/u/515046/www/garfield-interior.jpg"
, "http://dl.dropbox.com/u/515046/www/cheers.jpg"
], {duration: 3000, fade: 750});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment