mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
18 lines
289 B
JSON
18 lines
289 B
JSON
{
|
|
"type": "gallery",
|
|
"items": [
|
|
{
|
|
"type": "image",
|
|
"image_url": "https://yastatic.net/s3/home/divkit/chess.png",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
}
|
|
}
|
|
]
|
|
}
|