Adding some wide and tall cases the demo page

This commit is contained in:
houseofyin 2013-03-23 21:10:23 -04:00
parent e109b219f3
commit 00985c8872

View File

@ -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"
} }
} }
} }