Skip to content
Snippets Groups Projects
Unverified Commit b39f8400 authored by Chris Beer's avatar Chris Beer Committed by GitHub
Browse files

Merge pull request #1784 from ProjectMirador/preserve-zoom

set OSD preserveZoom option
parents f544fddb d2baeb50
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ class OpenSeadragonViewer extends Component { ...@@ -32,6 +32,7 @@ class OpenSeadragonViewer extends Component {
blendTime: 0.1, blendTime: 0.1,
alwaysBlend: false, alwaysBlend: false,
showNavigationControl: false, showNavigationControl: false,
preserveImageSizeOnResize: true,
}); });
tileSources.forEach(tileSource => this.addTileSource(tileSource)); tileSources.forEach(tileSource => this.addTileSource(tileSource));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment