Skip to content

Commit b0e9873

Browse files
committed
examples/deepzoom: Disable pinch scaling of multipane view
If we allow pinch zoom both within OpenSeadragon and of the entire page, the nested panning/zooming makes it too easy to get lost.
1 parent 2bea3b3 commit b0e9873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/deepzoom/templates/slide-multipane.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<meta charset="utf-8">
33
<title>Slide Viewer</title>
4+
<meta name="viewport" content="user-scalable=no">
45

56
<style type="text/css">
67
html {

0 commit comments

Comments
 (0)