=== iMax Width ===
Tags: images, max, width, height, img
Contributors: 

iMax Width helps keep inline images under control and from breaking template layouts. Processing occurs on post save instead of post view so it is not that intensive on the server.
Here are some of the features:

* Adds height & width tag to all images (keeps a page from jumping around while the images load)
* You can set it to physically resize large images, conserve space on your server, reduce bandwidth usage & download time.
* Sets the width tag in IMG tags to a max size if it is set bigger or is non-existent 

== Installation ==

1. Upload imax-width.php to /wp-content/plugins/

2. Go to Plugins page and activate iMax Width.

3. Visit the Options >> iMax Width Tab in WordPress and setup your preferences.

4. Rock out.



== Frequently Asked Questions ==

= Doesn't the max-width css tag do the same thing? =

Partially, except IE6 doesn't recognize the max-width tag and a lot of people still use that bo-bo browser. Plus there are other benefits of the plugin other than making it fit in a max width.

= How can I tell if it's working? =

Set the image width to 400px or something in the iMax Width Options. Then upload an image that is larger than this. place the image in the post and save. Viewing the post you will notice it will have been resized to the width you specified. If you are not using the WYSIWYG editor you will notice the height= and width= tags were added to the <IMG> tag.

= When I click Activate it won't activate! =

Since the stripos() php function is used PHP5+ is required. You could rewrite those parts using only strpos() and get it to working in 3 probably. But, you should consider upgrading PHP to v5+, is nice.




