Files
divkit/test_data/snapshot_test_data/div-image/custom-width.json
T
2023-03-31 12:59:43 +03:00

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
}
}
}
]
}
}