angular-editor icon indicating copy to clipboard operation
angular-editor copied to clipboard

Image scale / resize

Open CarlosTorrecillas opened this issue 5 years ago • 1 comments

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!

CarlosTorrecillas avatar Mar 31 '20 16:03 CarlosTorrecillas

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

BerkD145 avatar Apr 28 '22 08:04 BerkD145