Basic Settings
Enable Conversion
Enable or disable WebP conversion globally. When disabled, no images will be processed.
Image Conversion Settings
Supported Formats
The plugin automatically converts the following formats:
- PNG
- JPG / JPEG
- Other formats are ignored.
WebP Quality
Set the quality level for generated WebP images.
Lower values produce smaller files, higher values preserve more detail.
Recommended values:
- 75–80 for maximum compression
- 85–90 for balanced quality
- 95 for near-lossless results
Original Image Handling
Keep Original Image
Choose what happens to the original PNG or JPG after conversion.
Enabled:
The original file is kept alongside the WebP image.
Disabled:
The original file is removed after successful conversion. Joomla's Media Manager now correctly shows the converted WebP file immediately, no manual refresh needed.
This setting only affects newly uploaded images.
Max File Size:
Skip conversion for files larger than this size. Set to 0 for no limit. Default: 10 MB.
Use this to avoid spending server resources converting very large source images, or to exclude specific bulk-upload workflows from automatic conversion.
Conversion Library
Choose which image library performs the WebP conversion:
- Auto Detect (default) — prefers GD, and automatically falls back to Imagick on hosts where GD lacks WebP support.
- GD Library — force GD.
- Imagick — force Imagick.
If neither library is available or WebP-capable, conversion fails safely: the original file is left untouched and the failure is logged (see Troubleshooting).
Update References
This setting is present in the plugin configuration but reserved for future use. Rewriting file references across articles and custom fields is a larger, separate feature, it does not currently do anything. We'll update this documentation when it ships.
Media Manager Integration
Upload Scope
The plugin listens for uploads via the Joomla Media Manager.
- Images uploaded to /images are converted
- Images uploaded to any subfolder of /images are also converted
- The WebP file is created in the same folder as the original image.
Conversion Behavior
New Uploads Only
The plugin processes only newly uploaded images.
Existing images are never modified or converted automatically.
This ensures safe installation on live websites without unexpected changes.
EXIF Orientation
Photos uploaded straight from phones and cameras keep their correct orientation after conversion — EXIF orientation data is read and preserved, so images no longer appear rotated incorrectly.