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.

This commit is contained in:
thatcher 2013-03-06 06:44:55 -05:00
parent 86e27c18f7
commit a5421917a4

View File

@ -492,8 +492,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