Skip to content

Commit b3744ff

Browse files
committed
index.html: Reinstate some configuration from older OpenSeadragon
which used to be the default. Allow zooming to 2x the highest-resolution level, and load an extra level of tiles for improved image quality.
1 parent c33b47f commit b3744ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/deepzoom/templates/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ <h1>Slide properties</h1>
120120
animationTime: 0.5,
121121
blendTime: 0.1,
122122
constrainDuringPan: true,
123+
maxZoomPixelRatio: 2,
124+
minPixelRatio: 0.5,
123125
minZoomLevel: 1,
124126
visibilityRatio: 1,
125127
zoomPerScroll: 2,

0 commit comments

Comments
 (0)