mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
Fixed comment regarding autoResize.
This commit is contained in:
parent
df878f6f82
commit
0806e4d4ed
@ -990,7 +990,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
||||
maxZoomPixelRatio: 1.1, //-> higher allows 'over zoom' into pixels
|
||||
pixelsPerWheelLine: 40,
|
||||
autoResize: true,
|
||||
preserveImageSizeOnResize: false, // requires autoResize=false
|
||||
preserveImageSizeOnResize: false, // requires autoResize=true
|
||||
|
||||
//DEFAULT CONTROL SETTINGS
|
||||
showSequenceControl: true, //SEQUENCE
|
||||
|
Loading…
x
Reference in New Issue
Block a user