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…
- “full” is not a thumbnail at all, it’s the source image.
- “large” is too large.
- “small” is just too small.
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?