From 17d3ec4ae8a063eb3860a2e005605195c49da9d4 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Fri, 8 Nov 2024 23:22:27 +0000 Subject: [PATCH] Converting height and width to int --- recipe/0229-behavior-ranges/manifest.json | 40 +++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/recipe/0229-behavior-ranges/manifest.json b/recipe/0229-behavior-ranges/manifest.json index 3b24fdbc8..a33cf9e8d 100644 --- a/recipe/0229-behavior-ranges/manifest.json +++ b/recipe/0229-behavior-ranges/manifest.json @@ -79,8 +79,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-01.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -99,8 +99,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-02.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -119,8 +119,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-03.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -139,8 +139,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-04.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -159,8 +159,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-05.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -179,8 +179,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-06.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -199,8 +199,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-07.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] @@ -220,8 +220,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-08.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -240,8 +240,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-09.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }, @@ -260,8 +260,8 @@ "id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/thumbnails/thumb-nav-10.png", "type": "Image", "format": "image/png", - "width": "2250", - "height": "1266" + "width": 2250, + "height": 1266 } ] }