angular-editor
angular-editor copied to clipboard
Image scale / resize
Hi @kolkov ,
First of all, I'd like to say congrats for the package. It works really well!
We are looking into incorporate image management through this editor however it doesn't seem to be working as expected. We would like to be able to resize an uploaded image - if possible - so that we can handle and manage the image within the content. Is this feature currently available? If so, could you explain how to use it? If you, can you think of a rough estimation about when this will be available to be used?
Many thanks!
Hey, I found a workaround that solution using CSS.
.angular-editor-wrapper img { max-width: 100%; }
it will the fit inside of the rich text editor with that solution