From 13ce8d1d5d45f8ee887b3f80e3ca6c3bda58192f Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 2 Feb 2024 17:46:42 -0500 Subject: [PATCH] Fix the width and height on specific point canvas. --- recipe/0135-annotating-point-in-canvas/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/0135-annotating-point-in-canvas/manifest.json b/recipe/0135-annotating-point-in-canvas/manifest.json index 5b6e299be..bfc8d0b17 100644 --- a/recipe/0135-annotating-point-in-canvas/manifest.json +++ b/recipe/0135-annotating-point-in-canvas/manifest.json @@ -21,8 +21,8 @@ "Chesapeake and Ohio Canal Pamphlet" ] }, - "height": 5212, - "width": 7072, + "height": 7072, + "width": 5212, "items": [ { "id": "{{ id.path }}/contentPage.json", @@ -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", @@ -86,4 +86,4 @@ ] } ] -} \ No newline at end of file +}