MohamedRejeb / compose-rich-editor

A Rich text editor library for both Jetpack Compose and Compose Multiplatform, fully customizable, supports HTML and Markdown.
https://mohamedrejeb.github.io/compose-rich-editor/
Apache License 2.0
1.17k stars 76 forks source link

Image stretches outside of container #423

Open michalsrutek opened 1 week ago

michalsrutek commented 1 week ago

ℹī¸

When there's an image that's wide enough, the image can stretch even outside of the container.

👨‍đŸ’ģ

Reproducible with these two images

<img src="https://placehold.jp/3d4070/ffffff/150x150.png">
<img src="https://placehold.jp/3d4070/ffffff/1500x150.png">

đŸ–ŧī¸

✅ 150x150 ❌ 1500x150
Screenshot_1731482886 Screenshot_1731482658