Linux 软件免费装

WP Enable WebP

开发者 louis
更新时间 2019年9月16日 21:24
PHP版本: 4.3 及以上
WordPress版本: 5.2.2

标签

WebP Image Format

下载

详情介绍:

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:

安装:

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

更新日志:

1.0 Release Date - 19 December 2018