samvera-labs / openseadragon-react-viewer

A React wrapper around the OpenSeadragon viewer which extends viewer functionality.
https://samvera-labs.github.io/openseadragon-react-viewer/
27 stars 7 forks source link

Full screen mode doesn't show Thumbnails #11

Closed adamjarling closed 4 years ago

adamjarling commented 4 years ago

Description

For some reason when in full screen mode, the viewer doesn't display thumbnail selectors. The toolbar continues to display though, allowing the user to come out full screen mode and see the viewer again.

Done looks like

katdivyareddy10 commented 4 years ago

@adamjarling This is not a bug but a feature in OSD viewer where all the components except Toolbar are hidden on full-page mode. Please refer to OpenSeadragon viewer code from the OpenSeadragon API docs for the same.