mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
30 lines
352 B
CSS
30 lines
352 B
CSS
#example {
|
|
height: 500px;
|
|
width: 500px;
|
|
}
|
|
|
|
#exampleNavigator {
|
|
height: 100px;
|
|
width: 150px;
|
|
}
|
|
|
|
#wideexample {
|
|
height: 300px;
|
|
width: 700px;
|
|
}
|
|
|
|
#tallexample {
|
|
height: 700px;
|
|
width: 300px;
|
|
}
|
|
|
|
#unitsexample, #example-overlays {
|
|
height: 500px;
|
|
width: 500px;
|
|
}
|
|
|
|
#layersexample {
|
|
height: 500px;
|
|
width: 500px;
|
|
}
|