You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipe/0599-drag-and-drop/index.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ topic:
11
11
12
12
## Use Case
13
13
14
-
Describe the use case that the pattern is intended to solve.
15
-
Why is this pattern important?
14
+
As a person wanting to annotate a IIIF resource, you would like to open a manifest in a viewer not present or available in the web interface where you first find the resource.
16
15
17
16
## Implementation Notes
18
17
@@ -34,8 +33,7 @@ The example json document must be an external document, and imported with the fo
34
33
35
34
{% include manifest_links.html viewers="" manifest="manifest.json" %}
36
35
37
-
38
-
<imgsrc="https://iiif.io/api/cookbook/assets/images/logos/logo-sm.png"draggable="true"ondragstart="drag(event)"alt="IIIF logo; drag and drop onto a supporting viewer to see this resource in that viewer">
36
+
<imgsrc="https://iiif.io/api/image/3.0/example/reference/899da506920824588764bc12b10fc800-bnf_chateauroux/full/!500,500/0/default.jpg"draggable="true"ondragstart="drag(event)"alt="IIIF logo; drag and drop onto a supporting viewer to see this resource in that viewer">
0 commit comments