Fork me on GitHub

OpenSeadragon Try it on the iPad! (new since 0.9)

example: tilesource collections

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',
        ...
    });

Additional Examples & Features

Dependencies

Currently there are no additional dependencies.

Install

You can examine the source of this page to see how it's included in the page.

API Documentation

Is available here. The API documentation has not yet been closely aligned with our build / release cycle. We try to minimize backward incompatible API changes but during the 0.X release cycle are taking some liberty to do so when it makes sense. Please keep both of these caveats in mind when referencing the API documentation.

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/thatcher/openseadragon

License

The original license is a New BSD style license.

This project adds an MIT style license.