Closed (fixed)
Project:
Image Resize Filter
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2009 at 18:39 UTC
Updated:
6 May 2009 at 23:00 UTC
when loading an image with bueditor, l 'image remains the same.
should not become smaller?
thanks
Comments
Comment #1
quicksketchThe Image Resize Filter is completely editor independent. BUeditor just adds buttons to insert HTML correct? You just need to set height and width properties on the image, then it will be resized on output. Without a height and width, Image Resize Filter doesn't know how small to make the image.
Comment #2
sanluca commentedyou can force the size of image?
Comment #3
quicksketchYou set the height and width properties. This is how Image Resize Filter knows what size to make the image.
Will not resize:
Will resize to 100x200 pixels (even if image is larger):
By default BUeditor does not insert height or width because it doesn't know the size of the images.
Comment #4
quicksketch