Skip to content

Commit

Permalink
Merge branch 'master' into 0305-enhance-svg-discussion-in-262
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson authored Sep 8, 2023
2 parents 4c8e1ac + e04b6f9 commit 709a6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/viewer_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% assign default_text="View in Annona" %}
{% elsif include.type == 'Clover' %}
{% capture viewer_url %}
https://samvera-labs.github.io/clover-iiif/?iiif-content={{manifest_url |strip}}
https://samvera-labs.github.io/clover-iiif/docs/viewer/demo?iiif-content={{manifest_url |strip}}
{% endcapture %}
{% assign default_text="View in Clover" %}
{% elsif include.type == 'Navplace Viewer' %}
Expand Down
5 changes: 2 additions & 3 deletions recipe/0014-accompanyingcanvas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ layout: recipe
tags: [audio,image]
summary: "Provide the user with something to look at before they choose to start interacting with the main content, and/or while they wait for it to load/buffer, and/or while interacting with the main content."
viewers:
- Clover
topic:
- property
- AV
Expand All @@ -31,9 +32,7 @@ Each instance of `accompanyingCanvas` may only contain one Canvas, and as such m

In the example, the main Canvas contains audio of a performance of Gustav Mahler's Symphony No. 3 and the `accompanyingCanvas` contains an image of a page from the score.

_Note: The `accompanyingCanvas` property is not yet supported in viewers._

{% include manifest_links.html viewers="" manifest="manifest.json" %}
{% include manifest_links.html manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" config="data-line='20-58'"%}

Expand Down

0 comments on commit 709a6c2

Please sign in to comment.