Hungred Image Fit

This plugin is created by Clay Lua. Please visit the plugin page for more information.

Author:Clay lua (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.2.1
Plugin version:0.7.2
Added to WordPress repository:16-09-2009
Last updated:16-10-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://hungred.com/2009/09/17/useful-informat...
Total downloads:9 676
Active installs:100+
plugin download
Click to start download

This is a very small and lightweight plugin that automatically adjust your images on your post with a maximum width. This is to eliminate the problem where your images are too large and overlap other parts of your website layout. Any image that are greater than the maximum width is being adjust according to its ratio aspect. Those images that are smaller than the maximum width is being ignored On the other hand, resized images also have its tag enhanced to have 'title' and 'alt' attributes for better SEO.

A control panel for adjusting the maximum width size is provided.

For version 0.7 onwards, there is a few new features. 1. User now can resize post images with specific tag 2. User can remove resize capability of a particular post by placing "noresize" on the alt attribute of the img tag () 3. User can resize a particular post by placing "resize" on the alt attribute of the img tag () for user to have absolute control over resizing of image. 4. Resize method has changed to an optimum one where resizing will not delay your website due to the waiting time for image detail using PHP getimagesize function.