bug on resize image
See original GitHub issueHi !
I have some issues when i want resize an image.
When i put an image and when i click one resizer handler, the image don’t keep his height but expand it to 100% of parent container…
I didn’t found an option into the “resizable” option to disable that :
editor.DomComponents.addType('image', { model: { defaults: { resizable: { step: 0.05, minDim:1, maxDim:100, unitHeight: '%', unitWidth: '%', currentUnit:0, } } } });
For context, the image has a absolute position. Thanks for help !
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Bug when resizing images - Adobe Support Community
So there's this annoying bug on the latest PS version: everytime I resize an image, it leaves the resizing line border around the...
Read more >Image Resize Bug in Microsoft Photo Editor
There is a serious bug with Microsoft Photo Editor 3.0 if you try to use Image Resize to zoom (resize) a picture down...
Read more >Image bug - Resizing on its own in Designer - Forum | Webflow
I do believe this is bug since the images were resizing without me even touching the controls, or even scrolling the page. Anyhoo,...
Read more >Bug resize image · Issue #4784 · artf/grapesjs - GitHub
Hi ! I have some issues when i want resize an image. When i put an image and when i click one resizer...
Read more >QuickReport app, bug? in resizeImage() - Esri Community
So now the app resize images, choosing from files, further simply copy ready DocumentDialog code to CameraDialog section, replacing its code, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It would be easier for everybody here to help you if you can provide a live demo. I experienced the same issue, but in my case, it was because I set the image height to auto.
Here is the example of my old issue:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.