disabled autoResize for navigator

This commit is contained in:
Tom 2022-12-14 10:53:40 -05:00
parent 9ccf93d767
commit 67fc9eafe8

View File

@ -125,7 +125,8 @@ $.Navigator = function( options ){
immediateRender: true,
blendTime: 0,
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
minZoomImageRatio: 1.0,
background: options.background,