Hi,
instead of resizing images manually it would be nice to be able to select a ImageCache Preset which modifies directly the path in the url field. At the moment I add "imagecache/presetfolder/" by hand, but I can't get others to remember this.
Tekl
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