mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-03 14:13:14 +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
|
maxZoomPixelRatio: 1.1, //-> higher allows 'over zoom' into pixels
|
||||||
pixelsPerWheelLine: 40,
|
pixelsPerWheelLine: 40,
|
||||||
autoResize: true,
|
autoResize: true,
|
||||||
preserveImageSizeOnResize: false, // requires autoResize=false
|
preserveImageSizeOnResize: false, // requires autoResize=true
|
||||||
|
|
||||||
//DEFAULT CONTROL SETTINGS
|
//DEFAULT CONTROL SETTINGS
|
||||||
showSequenceControl: true, //SEQUENCE
|
showSequenceControl: true, //SEQUENCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user