/* * Here is an example of how to use Backstretch as a slideshow. * Just pass in an array of images, and optionally a duration and fade value. */ // Duration is the amount of time in between slides, // and fade is value that determines how quickly the next image will fade in $.backstretch([ "./backgrounds/001.JPG" , "./backgrounds/033.JPG" , "./backgrounds/005.JPG" , "./backgrounds/038.JPG" , "./backgrounds/030.JPG" ], {duration: 3000, fade: 1750});