mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-05 06:43:31 +03:00
Update openseadragon.js
Align initialPage value
This commit is contained in:
parent
6f79f80fe0
commit
7aac7ffd9c
1 changed files with 2 additions and 1 deletions
|
@ -489,7 +489,8 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||
xmlPath: null,
|
||||
tileSources: null,
|
||||
tileHost: null,
|
||||
initialPage: 0,
|
||||
initialPage: 0,
|
||||
|
||||
//PAN AND ZOOM SETTINGS AND CONSTRAINTS
|
||||
panHorizontal: true,
|
||||
panVertical: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue