mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 23:03:13 +03:00
disabled autoResize for navigator
This commit is contained in:
parent
9ccf93d767
commit
67fc9eafe8
@ -125,7 +125,8 @@ $.Navigator = function( options ){
|
|||||||
immediateRender: true,
|
immediateRender: true,
|
||||||
blendTime: 0,
|
blendTime: 0,
|
||||||
animationTime: options.animationTime,
|
animationTime: options.animationTime,
|
||||||
autoResize: options.autoResize,
|
// disable autoResize since resize behavior is implemented differently by the navigator
|
||||||
|
autoResize: false,
|
||||||
// prevent resizing the navigator from adding unwanted space around the image
|
// prevent resizing the navigator from adding unwanted space around the image
|
||||||
minZoomImageRatio: 1.0,
|
minZoomImageRatio: 1.0,
|
||||||
background: options.background,
|
background: options.background,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user