mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-21 09:13: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">
|
<style type="text/css">
|
||||||
.openseadragon1
|
.openseadragon1
|
||||||
{
|
{
|
||||||
width: 800px;
|
width: 300px;
|
||||||
height: 600px;
|
height: 700px;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
color: #333; /* text color for messages */
|
color: #333; /* text color for messages */
|
||||||
background-color: black;
|
background-color: black;
|
||||||
@ -69,13 +69,13 @@
|
|||||||
tileSources:{
|
tileSources:{
|
||||||
Image:{
|
Image:{
|
||||||
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
||||||
Url:"data/testpattern_files/",
|
Url:"data/wide_files/",
|
||||||
Format:"jpg",
|
Format:"jpg",
|
||||||
Overlap:"2",
|
Overlap:"2",
|
||||||
TileSize:"256",
|
TileSize:"256",
|
||||||
Size:{
|
Size:{
|
||||||
Height:"1000",
|
Height:"500",
|
||||||
Width:"1000"
|
Width:"2000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -88,13 +88,13 @@
|
|||||||
tileSources:{
|
tileSources:{
|
||||||
Image:{
|
Image:{
|
||||||
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
||||||
Url:"data/testpattern_files/",
|
Url:"data/wide_files/",
|
||||||
Format:"jpg",
|
Format:"jpg",
|
||||||
Overlap:"2",
|
Overlap:"2",
|
||||||
TileSize:"256",
|
TileSize:"256",
|
||||||
Size:{
|
Size:{
|
||||||
Height:"1000",
|
Height:"500",
|
||||||
Width:"1000"
|
Width:"2000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -107,13 +107,13 @@
|
|||||||
tileSources:{
|
tileSources:{
|
||||||
Image:{
|
Image:{
|
||||||
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
xmlns:"http://schemas.microsoft.com/deepzoom/2008",
|
||||||
Url:"data/testpattern_files/",
|
Url:"data/tall_files/",
|
||||||
Format:"jpg",
|
Format:"jpg",
|
||||||
Overlap:"2",
|
Overlap:"2",
|
||||||
TileSize:"256",
|
TileSize:"256",
|
||||||
Size:{
|
Size:{
|
||||||
Height:"1000",
|
Height:"2000",
|
||||||
Width:"1000"
|
Width:"500"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user