angular-editor
angular-editor copied to clipboard
[Feature Request] Allow resizing images
Is there a way we can allow users to resize uploaded images?
This will be very nice to have. I think that dont exists any angular editor that make resize possible.
Hi! What do you mean by resize? Crop images, or change x,y dimensions on the editor canvas?
Mainly changing the size, so it won't be saved as it was originally uploaded, and will have the same shape the use edited (think of a large image I just want to include in a smaller version). Cropping&co would be a nice-to-have, but not required IMHO.
Is nice to have the possibilite to visually resize image.
The user just click on image and are able to resize.

This could be attained probably pretty easily by changing the quill resize module to work for this.
when will image resize feature available ? thank you!
This could be attained probably pretty easily by changing the quill resize module to work for this.
Are you able to achieve it? at least we can use the CSS selector to stop growing the image outside of the editor.
.angular-editor-wrapper img {
max-width: 90%;
}
Hi @kolkov,
this feature was planned for version 1.0.0, but it seems it never made the cut. Are there any plans on implementing this ?
Thanks a lot to all who discussed the solution here, with this I resolved my image upload problem, It will be really a game changer if image resizing is available here.
Finally I resolved my error with this code res.send({"status":true, imageUrl:profile})
I've made a project based on this one that has the resize image feature. Its still on development though, but it would be nice to get some people to use it:
https://github.com/wfpena/angular-wysiwyg