WebP Images

Convert and compress JPEG and PNG images to WebP format easily. Speed up your website.
What else? What are you waiting for? Start now!
Do you like the WebP Images plugin? Leave a 5-Star Review to recommend it to other users.
SUPPORT THE PROJECT
❤ WRITE A REVIEW
❤ SEND A DONATION
❤ BECOME PRO (support and get benefits)
❤ BECOME TRANSLATION CONTRIBUTOR
QUICK LINKS
WebP Images requires
- Apache server / hosting;
- .htaccess file exists and writable.
WebP Images features
Features included in the “WebP Images” plugin:
- bulk image conversion to webp format;
- bulk removal of images converted to webp;
- set conversion quality for webp format;
- auto conversion of uploaded images to webp format;
- compatible with any use of images (img, picture, background, etc.);
- the original images are not manipulated / deleted / edited;
- reduce frontend image size up to 80%.
⚡ WebP Images – PRO FEATURES ⚡
✔ SET CONVERSION QUALITY
✔ AUTO CONVERSION FOR UPLOADS
✔ UNLIMITED PRO UPDATES
✔ PRO SUPPORT PRIORITY
WebP Images development functions
function edit_time_between_conversion_group($time_in_seconds){
$time_in_seconds = 10; // Edit this value to increase/decrease the waiting time
return $time_in_seconds;
}
add_filter('webp_images_bulk_time_between','edit_time_between_conversion_group');
Add this code in the functions.php file to change the waiting time between image group conversions. Default 5.
function edit_max_images_per_group($images_per_group){
$images_per_group = 20; // Edit this value to increase/decrease max images per group
return $images_per_group;
}
add_filter('webp_images_bulk_max_elements','edit_max_images_per_group');
Add this code in the functions.php file to change the max number of images per group conversions. Default 10.
WebP Images credits
The “WebP Images” plugin was entirely designed and created by Andrea De Giovine.
If you like the idea and want to support the developer, please Donate to this plugin.
For collaborations and consultations visit the website of the freelance web developer.
For bug reports and support for this plugin, visit the Support section to ask the developer and the community directly.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



