Spaces:
Running
Running
Update paths in HTML
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -11,21 +11,21 @@
|
|
| 11 |
</div>
|
| 12 |
<div id="openseadragon1" style="float: right; width: 90%; height: 100%; background: black;"></div>
|
| 13 |
</div>
|
| 14 |
-
<script src="
|
| 15 |
<script type="text/javascript">
|
| 16 |
var counter = 3;
|
| 17 |
var viewer = OpenSeadragon({
|
| 18 |
id: "openseadragon1",
|
| 19 |
-
prefixUrl: "
|
| 20 |
tileSources: {
|
| 21 |
Image: {
|
| 22 |
xmlns: "http://schemas.microsoft.com/deepzoom/2008",
|
| 23 |
-
Url: "
|
| 24 |
Format: "jpeg",
|
| 25 |
Overlap: "0",
|
| 26 |
TileSize: "256",
|
| 27 |
Size: {
|
| 28 |
-
Height: 42625,
|
| 29 |
Width: 51553
|
| 30 |
}
|
| 31 |
},
|
|
|
|
| 11 |
</div>
|
| 12 |
<div id="openseadragon1" style="float: right; width: 90%; height: 100%; background: black;"></div>
|
| 13 |
</div>
|
| 14 |
+
<script src="openseadragon-bin-5.0.0/openseadragon.min.js"></script>
|
| 15 |
<script type="text/javascript">
|
| 16 |
var counter = 3;
|
| 17 |
var viewer = OpenSeadragon({
|
| 18 |
id: "openseadragon1",
|
| 19 |
+
prefixUrl: "openseadragon-bin-5.0.0/images/",
|
| 20 |
tileSources: {
|
| 21 |
Image: {
|
| 22 |
xmlns: "http://schemas.microsoft.com/deepzoom/2008",
|
| 23 |
+
Url: "A05_files/",
|
| 24 |
Format: "jpeg",
|
| 25 |
Overlap: "0",
|
| 26 |
TileSize: "256",
|
| 27 |
Size: {
|
| 28 |
+
Height: 42625,
|
| 29 |
Width: 51553
|
| 30 |
}
|
| 31 |
},
|