From e04813e47746df09fa0be2738403cfeb580828ae Mon Sep 17 00:00:00 2001 From: thatcher Date: Wed, 6 Mar 2013 06:44:55 -0500 Subject: [PATCH] minZoomImageRatio should not be less than minPixelRatio to avoid blurry full zoom out. Its worth noting now that several options are 'coupled' but dont have logic which addresses the coupling so as to avoid ill affects from settings that dont make sense for how they are coupled. --- src/openseadragon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 497f006b..9ee4c011 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -490,8 +490,8 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){ alwaysBlend: false, autoHideControls: true, immediateRender: false, - minZoomImageRatio: 0.8, - maxZoomPixelRatio: 1.2, + minZoomImageRatio: 0.9, + maxZoomPixelRatio: 1.1, //DEFAULT CONTROL SETTINGS showSequenceControl: true, //SEQUENCE