Skip to content

Commit

Permalink
Converting height and width to int
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson authored Nov 8, 2024
1 parent 604e13f commit 17d3ec4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions recipe/0229-behavior-ranges/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
Expand All @@ -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
}
]
},
Expand All @@ -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
}
]
},
Expand All @@ -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
}
]
},
Expand All @@ -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
}
]
},
Expand All @@ -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
}
]
},
Expand All @@ -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

}
]
Expand All @@ -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
}
]
},
Expand All @@ -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
}
]
},
Expand All @@ -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
}
]
}
Expand Down

0 comments on commit 17d3ec4

Please sign in to comment.