Skip to content

Commit 8d54d1b

Browse files
committed
Don't show extra border or allow zooming out further than required
1 parent 02a2d4e commit 8d54d1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/deepzoom/templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ <h1>Slide properties</h1>
133133
showNavigator: false,
134134
animationTime: 0.5,
135135
blendTime: 0.1,
136+
constrainDuringPan: true,
137+
minZoomLevel: 1,
138+
visibilityRatio: 1,
136139
zoomPerScroll: 2,
137140
});
138141
}

0 commit comments

Comments
 (0)