1
0
mirror of https://github.com/openseadragon/openseadragon.git synced 2025-03-02 13:43:14 +03:00
2013-03-23 21:07:17 -04:00

16 lines
161 B
CSS

#example {
height: 500px;
width: 500px;
}
#wideexample {
height: 300px;
width: 700px;
}
#tallexample {
height: 700px;
width: 300px;
}