Reverting minPixelRatio to 0.5 for better quality

This commit is contained in:
Ian Gilman 2013-05-30 10:07:34 -07:00
parent a551922537
commit b34f460fb0

View File

@ -489,7 +489,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
wrapHorizontal: false,
wrapVertical: false,
visibilityRatio: 0.5, //-> how much of the viewer can be negative space
minPixelRatio: 1, //->closer to 0 draws tiles meant for a higher zoom at this zoom
minPixelRatio: 0.5, //->closer to 0 draws tiles meant for a higher zoom at this zoom
defaultZoomLevel: 0,
minZoomLevel: null,
maxZoomLevel: null,