Thumbnail image URLs in various sizes. The aspect ratio of the original image is preserved. If the width of original image is lower than the desired width then the original width is used.
Type: object
Attribute | Type | Description |
---|---|---|
small | string | URL of the thumbnail image with a width of at most 256 pixels |
medium | string | URL of the thumbnail image with a width of at most 512 pixels |
large | string | URL of the thumbnail image with a width of at most 1024 pixels |
Example
{
"small": "http://placekitten.com/256/256",
"medium": "http://placekitten.com/512/512",
"large": "http://placekitten.com/1024/1024"
}