开发者 | shawfactor |
---|---|
更新时间 | 2019年8月13日 14:30 |
PHP版本: | 5.2 及以上 |
WordPress版本: | 5.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
loading
attribute to IMG and IFRAME tags found when filtering the_content()
, post thumbnails, and oembed to support native lazy loading.
The latest version of Chrome (76) now supports this attribute and more browsers will follow in time.
For more information about lazy loading images using this new native browser image attribute, check out this article: https://addyosmani.com/blog/lazy-loading/.
The loading
attribute instructs a browser to defer loading offscreen images until users scroll near them. It comes in three flavors: eager, auto, and lazy. Install this plugin and it will automatically add the attribute where appropriate.
Simple is Beautiful
There is no JavaScript or CSS included in the plugin. It just works in browsers that support the new loading
image attribute.
For browsers that don't support this new image loading attribute. You can still use a JavaScript-based image lazy loader as a fallback until browser support becomes more mainstream.
Requires wp_body_open
Note this plugin requires wordpress 5.2 and for your theme to support the wp_body_open hook (most good themes do).
No. If you're using another JS-based lazy loader, that'll just keep working as it did. If the browser doesn\'t support the loading
attribute, it'll just ignore it and process per usual.