mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +03:00
Adding wide and tall viewers
This commit is contained in:
parent
81fd8114f6
commit
109956b5dd
1 changed files with 11 additions and 0 deletions
|
@ -2,3 +2,14 @@
|
|||
height: 500px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#wideexample {
|
||||
height: 300px;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#tallexample {
|
||||
height: 700px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue