This plugin automatically optimizes and resizes images uploaded through October CMS file upload fields. It helps maintain consistent image sizes across your website while reducing file sizes for better performance.
Features:
- Automatic image resizing on upload
- Smart aspect ratio preservation
- Professional image
- compression via TinyPNG (optional)
- Configurable image dimensions and quality
- Works with all file upload fields
Installation via Command Line
php artisan plugin:install Stheme.ImageResize
Configuration:
- Get your free API key from TinyPNG
- Go to Settings → Image Resize Settings :
- Enter your TinyPNG API key
- Set your preferred maximum image width
- Adjust image quality (0-100)
Simply upload images as usual - the plugin handles everything automatically! All uploaded images will be:
- Resized to your specified maximum width
- Optimized for web using your quality settings
- Compressed professionally via TinyPNG (optional)
-
This plugin has not been reviewed yet.
-
| 1.0.5 |
Added error handling with try/catch blocks Jan 07, 2026 |
|---|---|
| 1.0.4 |
Added settings permissions May 28, 2025 |
| 1.0.3 |
Add image size control Mar 20, 2025 |
| 1.0.2 |
fix resizer Mar 20, 2025 |
| 1.0.1 |
First version of ImageResize Jan 21, 2025 |