Image Resize Plugin

This plugin is completely transparent to the user. (That's the beauty of it.) Simply upload the image using Joomla!'s normal image upload function. Then grab the image and drag it to resize, or use the dialog box to specify a width for the image. When an article is accessed, the image resize plugin will find all the images in the article and resize them per the defined "width" attribute, caching the resized version. If there is no width attribute it will leave the image at its normal size. It only does this resizing the first time the image is accessed at any given width; after that it pulls the image from the already cached version. Then the plugin replaces the src attribute on the image tag with the URL for the resized version. Thus the user never sees the plugin, and the URLs still point straight to images instead of passing a size as a parameter, which could be a security flaw. So whenever you access the article from the front-end, any image will be scaled to exactly the size specified in the width attribute. When you access the article in the editor it still pulls the original image, not the resized version, so you can easily change the image's size.

Report

Should definatly be a part of the core. I added the suggested bugfixes myself, though, since it seems that the author has not updated the plugin for some time. Is it still in developement?

The plugin is very simple to use and implements a feature, that should be implemented in the core, since it hightens the ease-of-use of joomla end users. Super.
Plug-in works fairly well and makes it a lot easier to work with editors who upload oversized images and then just manually size them with width tags.

There are a few bugs, so I suggest you review the bugtracker.
http://joomlacode.org/gf/project/imageresize/tracker/
byycs on September 17, 2008
Easy (well seamless) to use - should be part of the core.