Files
divkit/test_data/snapshot_test_data/div-image/aspect-wrap_content.json
T
babaevmm 0f22c7d570 support wrap_content for images
commit_hash:6505a9de3666776451765b988bdae2e99a503d9e
2025-05-21 16:51:39 +03:00

50 lines
1.0 KiB
JSON

{
"description": "Image with wrap_content width and aspect ratio equal to 2 (height = width / 2)",
"platforms": [
"android",
"ios",
"flutter",
"web"
],
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"width": {
"type": "fixed",
"value": 300
},
"height": {
"type": "fixed",
"value": 300
},
"background": [
{
"type": "solid",
"color": "#AAA"
}
],
"items": [
{
"type": "image",
"image_url": "https://yastatic.net/s3/home/divkit/chess.png",
"width": {
"type": "wrap_content"
},
"height": {
"type": "wrap_content"
},
"aspect": {
"ratio": 2
}
}
]
}
}
]
}
}