Demo 2: Image slider with vertical thumbnails

You may have seen the Flickr-style Slideshow that synchronizes an image slider with a horizontal thumbnail slider.

Here is another example of a synchronized image slider with a vertical thumbnail slider.

HTML

<div id="ninja-slider" style="float:left;">
    (...ommitted for brevity)
</div>
<div id="thumbnail-slider" style="float:left;">
    (...ommitted for brevity)
</div>

JavaScript

Please refer to the option settings in the Flickr-style Slideshow. The configuration is almost identical to this demo, except that the showMode of this demo is set to 2 instead of 3.

Styles