Jun 08, 2021 01:46 PM
Is there any way to control the image sizes I get served from an Airtable Attachment field via API?
My API docs tell me I can access “thumbnails” in sizes “small” (width 72 on one image), “large” (width 1024 on one image) and “full” (3000 on one image)…
But…
It feels like there’s a missing middle size here.
But it’s not supplied. Is there any way to constrain the size of an output image?
Solved! Go to Solution.
Jun 08, 2021 03:28 PM
No, you cannot request an arbitrary size from the Airtable API. Airtable isn’t an image manipulation service.
If you want to convert an image to a specific size, you could use a different service, such as Cloudinary, CloudConvert, or any of several other similar web services.
Jun 08, 2021 03:28 PM
No, you cannot request an arbitrary size from the Airtable API. Airtable isn’t an image manipulation service.
If you want to convert an image to a specific size, you could use a different service, such as Cloudinary, CloudConvert, or any of several other similar web services.
Jun 09, 2021 05:01 AM
Thanks for the comment.
As feedback to Airtable, of the “thumbnail” sizes offered for output by the API…
…I certainly think there is a missing dimension between “small” and “large”. Two of them, “large” and “full”, are not thumbnail-type sizes at all.