mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
65b9a4a041
When create an ImageBlock, there was traits check. But image in container is created with overriden height and width, which can be different from those checked. Changed check to use the same (overriden) height and width.