-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmirador3.html
50 lines (50 loc) · 1.8 KB
/
mirador3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>Mirador</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
</head>
<body>
<div id="mirador" style="position: absolute; top: 0; bottom: 0; left: 0; right: 0;"></div>
<script type="text/javascript" src="https://unpkg.com/mirador@3.0.0-alpha.6"></script>
<script type="text/javascript">
var miradorInstance = Mirador.viewer({
id: 'mirador',
windows: [{
loadedManifest: 'https://damsssl.llgc.org.uk/iiif/2.0/4624411/manifest.json',
},
{
loadedManifest: 'https://damsssl.llgc.org.uk/iiif/2.0/4624377/manifest.json',
},
{
loadedManifest: 'https://iiif.bodleian.ox.ac.uk/iiif/manifest/e32a277e-91e2-4a6d-8ba6-cc4bad230410.json',
canvasIndex: 1,
},
{
loadedManifest: 'https://iiif.bodleian.ox.ac.uk/iiif/manifest/e32a277e-91e2-4a6d-8ba6-cc4bad230410.json',
canvasIndex: 10,
},
{
loadedManifest: 'https://iiif.bodleian.ox.ac.uk/iiif/manifest/faeff7fb-f8a7-44b5-95ed-cff9a9ffd198.json',
canvasIndex: 75,
},
{
loadedManifest: 'https://damsssl.llgc.org.uk/iiif/2.0/4887640/manifest.json',
},
{
loadedManifest: 'https://damsssl.llgc.org.uk/iiif/2.0/1556378/manifest.json',
},
{
loadedManifest: 'https://damsssl.llgc.org.uk/iiif/2.0/1487439/manifest.json',
canvasIndex: 1,
},
{
loadedManifest 'https://cdm17208.contentdm.oclc.org/iiif/info/MplsPhotos/23908/manifest.json',
}],
});
</script>
</body>
</html>