Skip to content

Commit

Permalink
Merge pull request #420 from IIIF/ramp-updates
Browse files Browse the repository at this point in the history
Update Ramp site URL, add Ramp to recipe-0013
  • Loading branch information
glenrobson authored Aug 9, 2023
2 parents 4ad4c09 + c543e8f commit c5ae18e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/viewer_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{% assign default_text="View in Navplace Viewer" %}
{% elsif include.type == 'Ramp' %}
{% capture viewer_url %}
https://iiif-react-media-player.netlify.app//?iiif-content={{manifest_url |strip}}
https://ramp.avalonmediasystem.org/?iiif-content={{manifest_url |strip}}
{% endcapture %}
{% assign default_text="View in Ramp" %}
{% else %}
Expand Down
3 changes: 2 additions & 1 deletion recipe/0013-placeholderCanvas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ layout: recipe
tags: video, audio, image, av
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."
viewers:
- Ramp
topic:
- property
- AV
Expand Down Expand Up @@ -34,7 +35,7 @@ In the example, the main content is a video of a performance of Donizetti's _L'e

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

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

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

Expand Down

0 comments on commit c5ae18e

Please sign in to comment.