Closed (won't fix)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2010 at 21:35 UTC
Updated:
17 Sep 2011 at 20:14 UTC
Comments
Comment #1
citrustree commentedThis would be a great feature indeed.
Comment #2
wwalc commentedAnyone willing to try creating a patch? :)
Comment #3
wwalc commentedComment #4
samchok commentedsubscribe
Comment #5
jcisio commentedWhat I currently do is to use the image_resize_filter to resize the image. Better, I modify that module so that it use different imagecache preset for different align tag. Please check out #672770: Default size by alignment and #728346: Resize images based on predefined size..
CKEditor use style for alignment. I don't know how to set it to use the class (class="image-left/right/center"). If this is possible, we set a max-width for those classes, and have the images display the same size when viewing the node.
The idea of using the filter instead of a client-side plugin is that user does not always use the richtext editor. They can insert an image on a plaintext editor.
Comment #6
dczepierga commentedImageCache project is dead so we don't add support for it.
Greetings
Comment #7
Wolfgang Reszel commentedBut the image styles use the same technics with paths.
Comment #8
jpamental commentedImageCache isn't dead - it's just moved into core. We still have the same issues - it's a shame there isn't more interest in solving the problem. I know I'd contribute but don't really have the skills to start it off.
Jason