example: tilesource reference strip

An image reference strip allows the user to quickly preview and navigate a sequence of images.

Horizontal Scrolling Image Reference Strip

The relevant configuration options are shown below.

    OpenSeadragon({
        ...
        showReferenceStrip:  true,
        ...
    });

example: vertical scrolling

This example demonstrates the configuration options which enable a vertical scrolling image reference strip.

Vertical Scrolling Image Reference Strip

The relevant configuration options are shown below.

    OpenSeadragon({
        ...
        showReferenceStrip:  true,
        referenceStripScroll:   'vertical',
        ...
    });