mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
Adding wide and tall viewers
This commit is contained in:
parent
81fd8114f6
commit
109956b5dd
@ -2,3 +2,14 @@
|
||||
height: 500px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#wideexample {
|
||||
height: 300px;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#tallexample {
|
||||
height: 700px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user