mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
fixed image width trait.
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
"templates": {
|
||||
"control_button": {
|
||||
"type": "image",
|
||||
"height": {
|
||||
"type": "fixed",
|
||||
"value": 44
|
||||
"aspect": {
|
||||
"ratio": 1
|
||||
},
|
||||
"width": {
|
||||
"type": "wrap_content"
|
||||
"type": "fixed",
|
||||
"value": 44
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user