mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-06 07:13:31 +03:00
Fixed comment regarding autoResize.
This commit is contained in:
parent
df878f6f82
commit
0806e4d4ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue