Closed glenrobson closed 9 months ago
also add width and height into thumbnail service.
It seems also that for keeping the same aspect ratio it should be 219 by 302.
Actually, https://github.com/IIIF/cookbook-recipes/commit/1fb1d7cf363f595ef0ad281277c0be0efe4cb53b changed it from returning the correct size to the full image, I guess the reason is in this sentence:
So make the thumbnail dimensions match the full sized image as we've specified max as the size in the URL.
In:
"extraFormats": [
"jpg",
"png"
],
remove jpg because its the default and not an extra.
In: https://iiif.io/api/cookbook/recipe/0117-add-image-thumbnail/
should return an image which is 219 pixels by 300 not the full sized images.