jQuery .scrollSlideshow() demo

$.scrollSlideshow() is an extension to the jQuery Waypoints plugin that allows you to rotate through an array of images as the page is scrolled down/up, as seen on the Los Angeles Times piece, "Concrete risks"

Fork this on GitHub

To use

For example:

$("#slideshow").scrollSlideshow({
    images: images,
    height: 288.9
});

Caveats

All the images need to be the same height, and this height must be passed in as the 'height' parameter when calling .scrollSlidseshow().

To-do

Allow the plugin to render HTML frames.

Add the option for manually setting a height to the slideshow holder.