mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Merge pull request #116 from openseadragon/ratio
Reverting minPixelRatio to 0.5 for better quality
This commit is contained in:
commit
dd01c9b9d0
@ -501,7 +501,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
wrapHorizontal: false,
|
wrapHorizontal: false,
|
||||||
wrapVertical: false,
|
wrapVertical: false,
|
||||||
visibilityRatio: 0.5, //-> how much of the viewer can be negative space
|
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,
|
defaultZoomLevel: 0,
|
||||||
minZoomLevel: null,
|
minZoomLevel: null,
|
||||||
maxZoomLevel: null,
|
maxZoomLevel: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user