An image reference strip allows the user to quickly preview and navigate a sequence of images.
The relevant configuration options are shown below.
OpenSeadragon({ ... showReferenceStrip: true, ... });
This example demonstrates the configuration options which enable a vertical scrolling image reference strip.
The relevant configuration options are shown below.
OpenSeadragon({ ... showReferenceStrip: true, referenceStripScroll: 'vertical', ... });