Hi,
I programmed an ont-the-fly image resizing feature for fckeditor, like it works in Typo3. So when rich text containing embedded images is saved, the images are automatically resized to the size in which the will be displayed. If Enlarged later on the original source file is used so that quality is preserved during mutiple resizes.
Actually I even used some of the code that Typo3 uses.
Is there interest to include this in CMSMS? I would have to ask the Typo3 guys if it is ok with them that I used some lines of code from them.
greets
erik
wysiwyg on-the-fly image resizing feature (like in Typo3)
Re: wysiwyg on-the-fly image resizing feature (like in Typo3)
If it was to be included it would be best to have it work in tiny...
Re: wysiwyg on-the-fly image resizing feature (like in Typo3)
Ok I will check how it works with tiny.
Why is tiny better?
As I recall the work is done primarily serverside (php) when postprocessing the upload before saving to db, so it is independant of the rte.
standby....
Why is tiny better?
As I recall the work is done primarily serverside (php) when postprocessing the upload before saving to db, so it is independant of the rte.
standby....
Re: wysiwyg on-the-fly image resizing feature (like in Typo3)
At this time tiny is the default wysiwyg editor in CMS Made Simple, and personally my choice...