Title: Dynamic Image Resizer
Author: Samuel Wood (Otto)
Published: <strong>Est 4, 2011</strong>
Last modified: Ebrel 30, 2012

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/dynamic-image-resizer.svg)

# Dynamic Image Resizer

 By [Samuel Wood (Otto)](https://profiles.wordpress.org/otto42/)

[Download](https://downloads.wordpress.org/plugin/dynamic-image-resizer.zip)

 * [Details](https://cor.wordpress.org/plugins/dynamic-image-resizer/#description)
 * [Reviews](https://cor.wordpress.org/plugins/dynamic-image-resizer/#reviews)
 *  [Installation](https://cor.wordpress.org/plugins/dynamic-image-resizer/#installation)
 * [Development](https://cor.wordpress.org/plugins/dynamic-image-resizer/#developers)

 [Support](https://wordpress.org/support/plugin/dynamic-image-resizer/)

## Description

Normally when you upload an image to a WordPress site, it creates several differently
sized versions of the image automatically. Themes can define custom image sizes 
as well, increasing the amount of images generated on your server.

This plugin changes the way WordPress creates images to make it generate the images
only when they are actually used somewhere, on the fly. Images created thusly will
be saved in the normal upload directories, for later fast sending by the webserver.
The result is that space is saved (since images are only created when needed), and
uploading images is much faster (since it’s not generating the images on upload 
anymore).

“Pretty” permalinks must be enabled for this plugin to function.

Note: This plugin does not work on multisite setups, due to the way WordPress handles
file serving in such situations (with ms-files.php).

Want regular updates? Become a fan of my sites on Facebook!
 http://www.facebook.
com/apps/application.php?id=116002660893 http://www.facebook.com/ottopress

Or follow my sites on Twitter!
 http://twitter.com/ottodestruct

## Installation

 1. Upload plugin to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. There is no configuration screen.

## FAQ

  How does this work?

This plugin does two main things.

First, it sidesteps the part of WordPress that causes the resized images to be generated,
and simply tells the WordPress functions that the images already were generated.

Secondly, it hooks into the normal WordPress 404 handler. When a request is made
for an image that is not on the server, the normal WordPress permalink rules will
apply and WordPress will be triggered into action. It would normally serve up a 
404 page, however the plugin intercepts that and checks to see if a call for an 
image is being made. If so, and it can find the original image, then it resizes 
the image, saves it, and serves it back to the browser instead of the 404 page.

In order to do this, it changes the image naming system a little bit. Resized images
are normally renamed using a style of “image-123×456.jpg”, where the numbers are
the width and the height. This remains the case, however a new option is added. 
For cropped images, the plugin denotes this with the letter “c” at the end of the
image filename. This allows the plugin to determine the width, height, and whether
to use cropping or not just from the filename, and to create the proper image size.

  I changed themes, but my images stayed the same size.

This plugin doesn’t automagically adjust to new themes and new sizing. The image
sizes are specified in the filenames, so all the images in your posts content will
still be sized at the same sizes they were before.

However, if new sizes are defined by the new theme, and those filenames get generated
and requested by that theme, the plugin will generate the new sizes as they are 
retrieved. So while it can’t correct all cases, it can correct some of them.

  What about old images lying around?

The plugin doesn’t clean up old images. If old image sizes are left behind and unused
after changes, you’ll have to manually clean them up. One way is simply to delete
all the resized images (not the originals) and let images get regenerated when they
get used the next time.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dynamic Image Resizer” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Samuel Wood (Otto) ](https://profiles.wordpress.org/otto42/)

[Translate “Dynamic Image Resizer” into your language.](https://translate.wordpress.org/projects/wp-plugins/dynamic-image-resizer)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dynamic-image-resizer/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dynamic-image-resizer/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dynamic-image-resizer/)
by [RSS](https://plugins.trac.wordpress.org/log/dynamic-image-resizer/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial Release

## Meta

 *  Version **1.0**
 *  Last updated **14 years ago**
 *  Active installations **200+**
 *  WordPress version ** 3.2 or higher **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/dynamic-image-resizer/)
 * Tags
 * [Dynamic](https://cor.wordpress.org/plugins/tags/dynamic/)[image](https://cor.wordpress.org/plugins/tags/image/)
   [jpg](https://cor.wordpress.org/plugins/tags/jpg/)[resizer](https://cor.wordpress.org/plugins/tags/resizer/)
   [uploader](https://cor.wordpress.org/plugins/tags/uploader/)
 *  [Advanced View](https://cor.wordpress.org/plugins/dynamic-image-resizer/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  5 5-star reviews     ](https://wordpress.org/support/plugin/dynamic-image-resizer/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/dynamic-image-resizer/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/dynamic-image-resizer/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/dynamic-image-resizer/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/dynamic-image-resizer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/dynamic-image-resizer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dynamic-image-resizer/reviews/)

## Contributors

 *   [ Samuel Wood (Otto) ](https://profiles.wordpress.org/otto42/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dynamic-image-resizer/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=otto%40ottodestruct%2ecom)