Type: object
Attribute | Type | Description |
---|---|---|
width | number | Width of the component image |
height | number | Height of the component image |
thumbnails | Thumbnails | - |
original_url | string | URL of the original image for the component (from the latest version) |
Example
{
"width": 2560,
"height": 1920,
"original_url": "http://placekitten.com/2560/1920",
"thumbnails": {
"small": "http://placekitten.com/256/256",
"medium": "http://placekitten.com/512/512",
"large": "http://placekitten.com/1024/1024"
}
}