Skip to content

Commit

Permalink
Add link to Image, update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Jul 17, 2024
1 parent 8fc635a commit 4301ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions pages/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Content is edited in the `/content` directory at the root of your Canopy IIIF pr
<Card title="Markdown" href="/content/markdown" />
<Card title="Navigation" href="/content/navigation" />
<Card title="Card" href="/content/card" />
<Card title="Image" href="/content/image" />
<Card title="Referenced Items" href="/content/referenced-items" />
<Card title="Slider" href="/content/slider" />
<Card title="Viewer" href="/content/viewer" />
Expand Down
10 changes: 5 additions & 5 deletions pages/content/image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ This method is useful for large images that are served as tiles from a IIIF Imag
<Image
isTiledImage={true}
height="500px"
label="Genehoa, Jaloffi, et Sierraliones regna"
src="https://iiif.dc.library.northwestern.edu/iiif/2/47733e1a-961c-4035-9ffe-e6518b7cf7ee"
label="The Summons, 1856 by Emanuel Leutze. Harvard Art Museums."
src="https://ids.lib.harvard.edu/ids/iiif/9013118"
/>
```

Expand All @@ -81,8 +81,8 @@ This method is useful for large images that are served as tiles from a IIIF Imag
<Image
isTiledImage={true}
height="500px"
label="Genehoa, Jaloffi, et Sierraliones regna"
src="https://iiif.dc.library.northwestern.edu/iiif/2/47733e1a-961c-4035-9ffe-e6518b7cf7ee"
label="The Summons, 1856 by Emanuel Leutze. Harvard Art Museums."
src="https://ids.lib.harvard.edu/ids/iiif/9013118"
/>
</div>
<figcaption
Expand All @@ -92,6 +92,6 @@ This method is useful for large images that are served as tiles from a IIIF Imag
fontWeight: "500",
}}
>
<span>Genehoa, Jaloffi, et Sierraliones regna</span>
<span>The Summons, 1856 by Emanuel Leutze. Harvard Art Museums.</span>
</figcaption>
</figure>

0 comments on commit 4301ff5

Please sign in to comment.