Skip to content

Commit

Permalink
Merge pull request #208 from IIIF/dhsi-2024
Browse files Browse the repository at this point in the history
fix mirador code
  • Loading branch information
dnoneill authored Jun 6, 2024
2 parents 32c89b0 + 1fa938d commit 6b38522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dhsi/day-two/configuring-viewers.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Let's look closer at some of the configuration options implemented here:
<html>
<head>
<script src="https://unpkg.com/mirador@latest/dist/mirador.min.js"></script>
</head>
<body>
<div id="mirador"></div>
<script>
var miradorInstance = Mirador.viewer({
Expand Down Expand Up @@ -124,9 +127,6 @@ var miradorInstance = Mirador.viewer({
]
});
</script>
</head>
<body>
<div id="mirador"></div>
</body>
</html>
```
Expand Down

0 comments on commit 6b38522

Please sign in to comment.