mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
d874bb63ac
Tests added for all navigator placements. Work in progress: Adding tests for viewer resizing.
25 lines
276 B
CSS
25 lines
276 B
CSS
#example {
|
|
height: 500px;
|
|
width: 500px;
|
|
}
|
|
|
|
#exampleNavigator {
|
|
height: 100px;
|
|
width: 150px;
|
|
}
|
|
|
|
#wideexample {
|
|
height: 300px;
|
|
width: 700px;
|
|
}
|
|
|
|
#tallexample {
|
|
height: 700px;
|
|
width: 300px;
|
|
}
|
|
|
|
#unitsexample {
|
|
height: 500px;
|
|
width: 500px;
|
|
}
|