Description
WordPress creates multiple image sizes, but keeps the original image, no matter how big it is. So you still get the massive image on your server and can include it in posts, which can drastically slow down your site.
Works with Multisite to allow site admins to control the image uploads.
Can be run before exporting to help images make the trip during import.
Based on work in the “Imsanity” plugin by Jason Hinkle
http://verysimple.com/products/imsanity/
http://verysimple.com/
Features
- Automatically resizes large image uploads, keeping the maximum size and removing the original huge image.
- Bulk-resize feature to selectively resize all existing attachments.
- Allows configuration of max width/height and jpg quality
- In MultiSite, network admins can control image sizes for entire network.
- Optionally converts BMP files to JPG.
Installation
Automatic Installation:
- Go to Admin – Plugins – Add New and search for “Bulk Resize Media”
- Click the Install Button
- Click ‘Activate’
Manual Installation:
- Download bulk-resize-media.zip
- Unzip and upload the ‘bulk-resize-media’ folder to your ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- Installation Instructions
-
Automatic Installation:
- Go to Admin – Plugins – Add New and search for “Bulk Resize Media”
- Click the Install Button
- Click ‘Activate’
Manual Installation:
- Download bulk-resize-media.zip
- Unzip and upload the ‘bulk-resize-media’ folder to your ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
Reviews
Contributors & Developers
“Bulk Resize Media” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Bulk Resize Media” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
Fixed a bug that was preventing it from finding images in some cases.