Skip to content

Commit

Permalink
Merge pull request #458 from IIIF/0135-fix-width-height
Browse files Browse the repository at this point in the history
Fix the width and height on specific point canvas.
  • Loading branch information
glenrobson authored Feb 16, 2024
2 parents 5cfaece + 672a40f commit ac3ee6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/0135-annotating-point-in-canvas/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"Chesapeake and Ohio Canal Pamphlet"
]
},
"height": 5212,
"width": 7072,
"height": 7072,
"width": 5212,
"items": [
{
"id": "{{ id.path }}/contentPage.json",
Expand All @@ -36,8 +36,8 @@
"id": "https://iiif.io/api/image/3.0/example/reference/43153e2ec7531f14dd1c9b2fc401678a-88695674/full/max/0/default.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 5212,
"width": 7072,
"height": 7072,
"width": 5212,
"service": [
{
"id": "https://iiif.io/api/image/3.0/example/reference/43153e2ec7531f14dd1c9b2fc401678a-88695674",
Expand Down Expand Up @@ -86,4 +86,4 @@
]
}
]
}
}

0 comments on commit ac3ee6c

Please sign in to comment.