Hi,
I'm using CKEditor for quite a while and I'm very satisfied with it. But I'm missing an important addon wich I could not find so far; an automatic image resizer. Resizing it afterwards is an option, but not recommended because of the file size and Microsoft Outlook ignoring the style code.
I can't imagine I'm the only one experiencing this but I haven't found any addon that simple adds a checkbox or the option to resizes to certain size(s) while uploading (so saving the resized image, not just adjusting width and heigth style).
Does anyone have any information or help? I'll be really thankfull!
I'm using CKEditor for quite a while and I'm very satisfied with it. But I'm missing an important addon wich I could not find so far; an automatic image resizer. Resizing it afterwards is an option, but not recommended because of the file size and Microsoft Outlook ignoring the style code.
I can't imagine I'm the only one experiencing this but I haven't found any addon that simple adds a checkbox or the option to resizes to certain size(s) while uploading (so saving the resized image, not just adjusting width and heigth style).
Does anyone have any information or help? I'll be really thankfull!
Re: Automatic image reisze addon
Hi Thomas,
No plugins needed. It's a configuration issue. How you configure CKFinder depends on your language platform. Here are links to the instructions (sorry for posting all of them but you didn't specify which language you're using):
PHP
Java
ASP
ASP.NET
ColdFusion
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Automatic image reisze addon
I'm using PHP, so I got the right code right away.
But! The most sexy solution will be a checkbox or option:
Resize to
o 800x600
o 640x...
o 300x... etc.
I think than we're talking addon right?
Re: Automatic image reisze addon
The style code is now: style="width: 250px; height: 168px;" but because of the images being resized and saved, it does work. So that doesn't matter that much.
Except for 'aligning'. If the code for align would be: <img align="left" height="168" src="" width="250" /> Outlook would recognize it. Any solution for that?