WP Enable WebP

Plugin Banner

WP Enable WebP

by WP Academic

Download
Description

This WordPress Plugin for WebP image uploads enabled WebP image uploads into the media library.

It will also add a class to the body tag for CSS selectors. This is helpful for setting background images.

Example:

selector {

background: url(‘images/example.jpg’);
}

body.supports-webp #selector {
background: url(‘images/example.webp’);
}

Use the function webpSupported() in template files to conditionally show WebP images.

Example:
if (webpSupported()) :
WebP image here
else:
Image with other fallback format here
endif;

Major features in WP Enable WebP include:

  • Enabling WebP Image uploads into the media library.
  • Browser detection that adds a class to the body tag indicating WebP is supported by the browser.
  • Helper function to use in theme template files to check if the browser supports WebP image format.

Upload the “wp-enable-webp” folder to your wp-content/plugins directory, then Activate it.

Really helpful Plugin

By edelplastic on January 7, 2023

Really good plugin. I now use that plugin for nearly a year. It helps to save webspace. It´s not updated for the newest WordPress version, but it still works without any problems or errors.

Great work!

Love this plugin

By romano117 on November 12, 2021

Used it on multiple sites now, zero issues.

Thank you

By romankryapov on April 8, 2021

Good job 👏

Featured image in webp format does not scale down for mobile use

By Dalibor (dalibord) on July 2, 2020

Works fine for uploading webp images. I set one up as a featured image, it loads fine on a desktop, but for mobile users also loads a full-size image. Does not scale it down like jpeg formats... Would be great if the developer could continue his work on it.

Great work!

By sinfulexperience on November 6, 2019

I hope image appearance is able to see just like SVG.

Works on 5.2.2

By Step By Step 3D (welchwerks) on August 19, 2019

Works on 5.2.2 but let's get it updated.

A great solution

By garnier70 on May 20, 2019

I need high resolution pics on my portfolio, which always means big files and slow loads. Webp is the perfect solution but I wasn't able to use them in photoshop until now. This plugin works like a charm.

1.0

Release Date – 19 December 2018
* Initial release

Back to top