Blogroll
-
Recent Posts
Archives
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
UserOnline
Image Resize (Easy Thumbnails)
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.
Link to Extension