mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
Adding some wide and tall cases the demo page
This commit is contained in:
parent
e109b219f3
commit
00985c8872
@ -6,8 +6,8 @@
|
||||
<style type="text/css">
|
||||
.openseadragon1
|
||||
{
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
width: 300px;
|
||||
height: 700px;
|
||||
border: 1px solid black;
|
||||
color: #333; /* text color for messages */
|
||||
background-color: black;
|
||||
@ -69,13 +69,13 @@
|
||||
tileSources:{
|
||||
Image:{
|
||||
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
||||
Url:"data/testpattern_files/",
|
||||
Url:"data/wide_files/",
|
||||
Format:"jpg",
|
||||
Overlap:"2",
|
||||
TileSize:"256",
|
||||
Size:{
|
||||
Height:"1000",
|
||||
Width:"1000"
|
||||
Height:"500",
|
||||
Width:"2000"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -88,13 +88,13 @@
|
||||
tileSources:{
|
||||
Image:{
|
||||
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
||||
Url:"data/testpattern_files/",
|
||||
Url:"data/wide_files/",
|
||||
Format:"jpg",
|
||||
Overlap:"2",
|
||||
TileSize:"256",
|
||||
Size:{
|
||||
Height:"1000",
|
||||
Width:"1000"
|
||||
Height:"500",
|
||||
Width:"2000"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -107,13 +107,13 @@
|
||||
tileSources:{
|
||||
Image:{
|
||||
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
||||
Url:"data/testpattern_files/",
|
||||
Url:"data/tall_files/",
|
||||
Format:"jpg",
|
||||
Overlap:"2",
|
||||
TileSize:"256",
|
||||
Size:{
|
||||
Height:"1000",
|
||||
Width:"1000"
|
||||
Height:"2000",
|
||||
Width:"500"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user