mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
autoSize doc fixups
This commit is contained in:
parent
952fcca46e
commit
d8006e96c9
@ -56,7 +56,7 @@ OPENSEADRAGON CHANGELOG
|
||||
* Viewer.innerTracker.scrollHandler: preventDefaultAction == true prevents viewer zooming on mousewheel/pinch
|
||||
* Fixed: IE8 error with custom buttons - "Object doesn't support this action" (#279)
|
||||
* Support IIIF servers that don't report tile dimensions (#286)
|
||||
* Added a autoResize option. Default is true. When set to false, the viewer takes no action when its container element is resized.
|
||||
* Added an autoResize option. Default is true. When set to false, the viewer takes no action when its container element is resized.
|
||||
|
||||
0.9.131:
|
||||
|
||||
|
@ -175,7 +175,7 @@
|
||||
* availble on the viewing device.
|
||||
*
|
||||
* @param {Boolean} [options.autoResize=true]
|
||||
* Set to true to prevent polling for viewer size changes. Useful for providing custom resize behavior.
|
||||
* Set to false to prevent polling for viewer size changes. Useful for providing custom resize behavior.
|
||||
*
|
||||
* @param {Number} [options.visibilityRatio=0.5]
|
||||
* The percentage ( as a number from 0 to 1 ) of the source image which
|
||||
|
Loading…
Reference in New Issue
Block a user