Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

WP Enable WebP

Deskripzioa

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.

Instalazioa

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

Berrikuspenak

2023(e)ko urtarrilaren 7(a)
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!
Irakurri 7 berrikuspenak

Laguntzaileak eta Garatzaileak

“WP Enable WebP” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Itzul zaitez WP Enable WebP zure hizkuntzara.

Garapena interesatzen zaizu?

Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.

Aldaketen loga

1.0

Release Date – 19 December 2018
* Initial release