Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example text in #0117 for accuracy #456

Merged
merged 5 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

[0068]: {{ site.cookbook_url | absolute_url }}/recipe/0068-newspaper/ "Basic Newspaper"
[0074]: {{ site.cookbook_url | absolute_url}}/recipe/0074-multiple-language-captions/ "Using Caption and Subtitle Files in Multiple Languages with Video Content"
[0117]: {{ site.cookbook_url | absolute_url }}/recipe/0117-add-image-thumbnail/ "Manifest Thumbnail"
[0117]: {{ site.cookbook_url | absolute_url }}/recipe/0117-add-image-thumbnail/ "Image Thumbnail for Manifest"
[0118]: {{ site.cookbook_url | absolute_url }}/recipe/0118-multivalue/ "Displaying Multiple Values with Language Maps"

[0135]: {{ site.cookbook_url | absolute_url }}/recipe/0135-annotating-point-in-canvas/ "Annotating a specific point of an image"
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ _The corresponding 2.1 test fixture(s) is given like this, where appropriate: ..
* [Addressing a spatial region][0299]
* [Viewing direction and its effect on navigation][0010] (11,12,13,14)
* [Missing Images in a Sequence][0283]
* [Manifest Thumbnail][0117]
* [Image Thumbnail for Manifest][0117]
* [Implementation discussion: Thumbnails on Canvases][0232]
* [Load a Preview Image Before the Main Content][0013]
* [Audio Presentation with Accompanying Image][0014]
Expand Down
4 changes: 2 additions & 2 deletions recipe/0117-add-image-thumbnail/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ None known.

## Example

This example uses an image of the cover of the same kabuki performance program as in the recipe for [Viewing direction and its effect on navigation][0010]. This image, though, has a color bar and the Manifest contains an explicit `thumbnail` property for the Manifest. In this particular use case, to avoid having a thumbnail image with a color calibration bar, you can choose to declare a thumbnail from a completely different image. In Mirador, the sole viewer that uses it as of this writing, the Manifest thumbnail only displays when the site visitor uses "Add a resource" to change the loaded or active Manifests.
This example uses an image of the cover of the same kabuki performance program as in the recipe for [Viewing direction and its effect on navigation][0010]. This image, though, has a color bar and the Manifest contains an explicit `thumbnail` property for the Manifest. In this particular use case, to avoid having a Manifest thumbnail image with a color calibration bar, you can choose to declare a thumbnail from a completely different image. Keep in mind that this thumbnail is just for the Manifest; no thumbnail has been explicitly set for the sole resource, so the supporting viewers should use the resource's IIIF Image service to create one.

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

Expand All @@ -38,7 +38,7 @@ This example uses an image of the cover of the same kabuki performance program a
## Related Recipes

* [Support Deep Viewing with Basic Use of a IIIF Image Service][0005]
* [Implementation Note — Thumbnail Selection Algorithm][0012]
* [Implementation Discussion: Thumbnails on Canvases][0232]

{% include acronyms.md %}
{% include links.md %}
Expand Down
Loading