File tree Expand file tree Collapse file tree
examples/deepzoom/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 zoomPerScroll : 2 ,
4343 timeout : 120000 ,
4444 } ) ;
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- } ) ;
5245
5346 var mpp = parseFloat ( "{{ slide_mpp }}" ) ;
5447 viewer . scalebar ( {
Original file line number Diff line number Diff line change @@ -128,13 +128,6 @@ <h1>Slide properties</h1>
128128 visibilityRatio : 1 ,
129129 zoomPerScroll : 2 ,
130130 } ) ;
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- } ) ;
138131 viewer . scalebar ( {
139132 xOffset : 10 ,
140133 yOffset : 10 ,
You can’t perform that action at this time.
0 commit comments