From c9bd69210458dc90b1bdda2fd3159087a6f63e0d Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Mon, 13 Oct 2025 09:07:17 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Corrected=20dimensions=20h/t=20@stephenwf?= =?UTF-8?q?=20=F0=9F=9B=A0=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/0035-foldouts/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/0035-foldouts/manifest.json b/recipe/0035-foldouts/manifest.json index bb168ce73..2bb90376c 100644 --- a/recipe/0035-foldouts/manifest.json +++ b/recipe/0035-foldouts/manifest.json @@ -114,8 +114,8 @@ "id": "{{ id.path }}/canvas/4", "type": "Canvas", "behavior": ["non-paged"], - "height": 1968, - "width": 3688, + "height": 4278, + "width": 2197, "label": { "en": [ "Foldout, unfolded" ] }, "items": [ { @@ -130,8 +130,8 @@ "id": "https://iiif.io/api/image/3.0/example/reference/0a469c27256eda739d43124cc448a3ba-4_foldout/full/max/0/default.jpg", "type": "Image", "format": "image/jpeg", - "height": 1968, - "width": 3688, + "height": 4278, + "width": 2197, "service": [ { "id": "https://iiif.io/api/image/3.0/example/reference/0a469c27256eda739d43124cc448a3ba-4_foldout", From 2ef310f9810ac216e37a9ed5642149cda177a209 Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Mon, 13 Oct 2025 09:15:19 -0400 Subject: [PATCH 2/2] =?UTF-8?q?[Would=20help=20to=20correct=20the=20correc?= =?UTF-8?q?t=20resource=20=F0=9F=A4=A6=F0=9F=8F=BB=E2=80=8D=E2=99=82?= =?UTF-8?q?=EF=B8=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/0035-foldouts/manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipe/0035-foldouts/manifest.json b/recipe/0035-foldouts/manifest.json index 2bb90376c..5be5ca4de 100644 --- a/recipe/0035-foldouts/manifest.json +++ b/recipe/0035-foldouts/manifest.json @@ -114,8 +114,8 @@ "id": "{{ id.path }}/canvas/4", "type": "Canvas", "behavior": ["non-paged"], - "height": 4278, - "width": 2197, + "height": 1968, + "width": 3688, "label": { "en": [ "Foldout, unfolded" ] }, "items": [ { @@ -130,8 +130,8 @@ "id": "https://iiif.io/api/image/3.0/example/reference/0a469c27256eda739d43124cc448a3ba-4_foldout/full/max/0/default.jpg", "type": "Image", "format": "image/jpeg", - "height": 4278, - "width": 2197, + "height": 1968, + "width": 3688, "service": [ { "id": "https://iiif.io/api/image/3.0/example/reference/0a469c27256eda739d43124cc448a3ba-4_foldout", @@ -149,8 +149,8 @@ { "id": "{{ id.path }}/canvas/5", "type": "Canvas", - "height": 1968, - "width": 3688, + "height": 4278, + "width": 2197, "label": { "en": [ "Foldout, folded (recto)" ] }, "items": [ { @@ -165,8 +165,8 @@ "id": "https://iiif.io/api/image/3.0/example/reference/0a469c27256eda739d43124cc448a3ba-3_foldout-rotated/full/max/0/default.jpg", "type": "Image", "format": "image/jpeg", - "height": 1968, - "width": 3688, + "height": 4278, + "width": 2197, "service": [ { "id": "https://iiif.io/api/image/3.0/example/reference/0a469c27256eda739d43124cc448a3ba-3_foldout-rotated",