mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
27 lines
471 B
JSON
27 lines
471 B
JSON
{
|
|
"type": "gallery",
|
|
"items": [
|
|
{
|
|
"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
|
|
}
|
|
}
|
|
],
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 300
|
|
}
|
|
}
|
|
]
|
|
}
|