mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
30 lines
572 B
JSON
30 lines
572 B
JSON
{
|
|
"description": "Image with fixed width less than wrap_content",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"templates": {},
|
|
"card": {
|
|
"log_id": "snapshot_test_card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "image",
|
|
"image_url": "https://alicekit.s3.yandex.net/images_for_divs/chess.png",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 50
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|