Skip to content

Commit c2872dd

Browse files
committed
Extremely rough draft of a use case 📝
1 parent 9359dbe commit c2872dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎recipe/0599-drag-and-drop/index.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ topic:
1111

1212
## Use Case
1313

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.
1615

1716
## Implementation Notes
1817

@@ -34,8 +33,7 @@ The example json document must be an external document, and imported with the fo
3433

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

37-
38-
<img src="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+
<img src="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">
3937

4038
<script>
4139
function drag(ev) {

0 commit comments

Comments
 (0)