-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resize image #1280
Comments
Will ckeditor 5 be included as an extension? I'm not concerned with the file size, only the appearance of inline images. |
I understand you, but people like to put 5-10 images of their family foto's inline and send 25+MB emails that get bounced by recipients. CKEditor5 does not solve that, but someone might develop the integration. |
Even if Rainloop only resizes image display (and not it's real weight) it allows you to completely manage the formatting of your e-mail, easily and quickly. Of course it might be better to really reduce image weight (but not always) Moreover, you can create JPEG/PNG images that are only a few hundreds kb and very large
Why ?! let user decide ! If the user want to resize a 100px image to 10000px why not, it's ugly and that's his problem |
Maybe use this option: <a href="cid:original-size"><img src="cropped"></a> And the cid is the original sized image (including private metadata like the camera used aka EXIF data). |
That's all we are asking for : an interface that will allow lambda user to insert html attributes without having to be html dev. |
Hello, I have this feature ready As soon as possible, I will carry out the necessary validations to request PR. Thanks. |
I know there was a previous request for this but it was closed with the CKEditor as an option. I do not even see that as a plugin option anymore and would still love a handle-based resize tool if possible.
The text was updated successfully, but these errors were encountered: