File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
examples/deepzoom/templates Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 42
42
zoomPerScroll : 2 ,
43
43
timeout : 120000 ,
44
44
} ) ;
45
- viewer . addHandler ( "open" , function ( ) {
46
- // To improve load times, ignore the lowest-resolution Deep Zoom
47
- // levels. This is a hack: we can't configure the minLevel via
48
- // OpenSeadragon configuration options when the viewer is created
49
- // from DZI XML.
50
- viewer . source . minLevel = 8 ;
51
- } ) ;
52
45
53
46
var mpp = parseFloat ( "{{ slide_mpp }}" ) ;
54
47
viewer . scalebar ( {
Original file line number Diff line number Diff line change @@ -128,13 +128,6 @@ <h1>Slide properties</h1>
128
128
visibilityRatio : 1 ,
129
129
zoomPerScroll : 2 ,
130
130
} ) ;
131
- viewer . addHandler ( "open" , function ( ) {
132
- // To improve load times, ignore the lowest-resolution Deep Zoom
133
- // levels. This is a hack: we can't configure the minLevel via
134
- // OpenSeadragon configuration options when the viewer is created
135
- // from DZI XML.
136
- viewer . source . minLevel = 8 ;
137
- } ) ;
138
131
viewer . scalebar ( {
139
132
xOffset : 10 ,
140
133
yOffset : 10 ,
You can’t perform that action at this time.
0 commit comments