Inline image resizing miscalculations / Resizing an image to make it smaller sometimes does the opposite #10267
Labels
domain:ui/ux
This issue reports a problem related to UI or UX.
package:image
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
Scenario 1.
In line
.✔️ Expected result
Image is correctly shrinking until some point where it can't get smaller.
❌ Actual result
After reaching some breakpoint (in about 1/3 of the original size) the image starts to grow again.
Scenario 2.
In line
.✔️ Expected result
The size of the image corresponds to the position of the cursor.
❌ Actual result
Image is growing faster than expected.
The gif below shows both scenarios (the second one starts to be visible after an image reaches the original size)
![image-resize](https://user-images.githubusercontent.com/10883184/127481393-adb730ac-3c1d-46dd-ae44-2077e51744f6.gif)
📃 Other details
ImageResize
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: