Displays an image from a URL with scaling, tinting, and styling options.
{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4sale1/400/300",
"contentDescription": "Sample image",
"ui": {
"layout": {
"size": {
"width": 200,
"height": 150
}
}
}
}
}{
"type": "image",
"data": {
"url": "value"
}
}| Field | Type | Default | Description |
|---|---|---|---|
urlrequired | string | — | Image URL |
content_description | string | — | Accessibility description |
| Field | Type | Default | Description |
|---|---|---|---|
content_scale | enum fitfillWidthfillHeightfillBoundscropinsidenone | crop | How image scales within bounds |
tint_color | color | — | Color tint applied over the image |
{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4sale2/400/300",
"ui": {
"style": {
"contentScale": "fit",
"background": {
"palette": "neutral",
"shade": 50
}
},
"layout": {
"size": {
"width": 200,
"height": 150
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4sale3/400/300",
"ui": {
"style": {
"contentScale": "fillBounds"
},
"layout": {
"size": {
"width": 200,
"height": 100
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4sale6/100/100",
"ui": {
"style": {
"contentScale": "none",
"background": {
"palette": "neutral",
"shade": 50
}
},
"layout": {
"size": {
"width": 200,
"height": 150
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4sale4/200/200",
"ui": {
"style": {
"contentScale": "crop",
"cornerRadius": 100
},
"layout": {
"size": {
"width": 64,
"height": 64
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4saleR/400/300",
"ui": {
"style": {
"contentScale": "crop",
"cornerRadius": 12
},
"layout": {
"size": {
"width": 200,
"height": 150
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4saleB/400/300",
"ui": {
"style": {
"contentScale": "fit",
"border": {
"width": 2,
"color": {
"palette": "primary",
"shade": 300
}
},
"cornerRadius": 8
},
"layout": {
"size": {
"width": 200,
"height": 150
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4saleT/200/200",
"ui": {
"style": {
"contentScale": "crop",
"tintColor": {
"palette": "primary",
"shade": 200,
"alpha": 0.4
},
"cornerRadius": 12
},
"layout": {
"size": {
"width": 150,
"height": 150
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4sale5/800/450",
"ui": {
"style": {
"contentScale": "crop",
"cornerRadius": 12
},
"layout": {
"size": {
"width": "fill",
"aspectRatio": 1.778
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4saleSq/300/300",
"ui": {
"style": {
"contentScale": "crop"
},
"layout": {
"size": {
"width": "fill",
"aspectRatio": 1
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/4saleA/200/200",
"ui": {
"style": {
"contentScale": "crop",
"alpha": 0.5,
"cornerRadius": 8
},
"layout": {
"size": {
"width": 120,
"height": 120
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://api.iconify.design/mdi/heart.svg",
"ui": {
"style": {
"contentScale": "fit"
},
"layout": {
"size": {
"width": 24,
"height": 24
}
}
}
}
}{
"type": "row",
"data": {
"children": [
{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/w1/200/200",
"ui": {
"style": {
"contentScale": "crop",
"cornerRadius": 8
},
"layout": {
"size": {
"height": 80
}
},
"parentLayout": {
"weight": 1
}
}
}
},
{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/w2/200/200",
"ui": {
"style": {
"contentScale": "crop",
"cornerRadius": 8
},
"layout": {
"size": {
"height": 80
}
},
"parentLayout": {
"weight": 1
}
}
}
}
],
"ui": {
"layout": {
"spacing": 8,
"size": {
"width": "fill"
}
}
}
}
}Real patterns extracted from the 4Sale production API.
{
"type": "image",
"data": {
"url": "https://api.iconify.design/mdi/star.svg",
"ui": {
"style": {
"contentScale": "fit"
},
"layout": {
"size": {
"width": 16,
"height": 16
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/avatar1/100/100",
"ui": {
"style": {
"contentScale": "crop",
"cornerRadius": 100
},
"layout": {
"size": {
"width": 40,
"height": 40
}
}
}
}
}{
"type": "image",
"data": {
"url": "https://picsum.photos/seed/brand1/200/150",
"ui": {
"style": {
"contentScale": "fit"
},
"layout": {
"size": {
"width": 80,
"height": 60
}
}
}
}
}