How to resize external image overflood template
moksa - June 30, 2009 - 07:22
HI all !
I would like to know the best way to resize externals images (from image hosting web site for example) that members include in their content.
I've the bbcode filter wich add a class to image, with a jquery scale. It's good but not enought, if there is too much image it's dosn't work well. And it don't work with TinyMCE images, wich don't have class.
So, what is the best way to scale (and not upscale) big images from other website ? An alter form content submit ? A filter ?
Thank in advance, for help !
++

Hi, You could try
Hi,
You could try http://drupal.org/project/imagecache, it can cache resized images locally...
Yes i've all image modules,
Yes i've all image modules, it's resize images uploaded, it's work verry well... but it doesn't scale external images linked in content.
I think i look for a kind of filter... But not sure.
++
Try image_resize_filter, I
Try image_resize_filter, I haven't used it with external images, but apparently you can set it to locally cache resized remote images...
Yes it will be great, but i'm
Yes it will be great, but i'm in D5 version.
an issue is already open here
an issue is already open here about it : http://drupal.org/node/110832