开发者 | sahu4you |
---|---|
更新时间 | 2019年6月30日 10:50 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Yes, All images that uploaded via your media library loaded with lazy load, with featured images.
If lazy load not working, you will need to add a add_filter
in plugin class PHP files at hooks section, i.e. like this:
add_filter( 'post_thumbnail_html', array( __CLASS__, 'lli_images' ) );
By default, we use "data:image/gif;base64"
for placeholder image. You can change it url with a custom URL.
Add a data-lazy="1"
attribute tag in your specific image.
Yes, Lazy Load Images plugin works very well with every cache plugin.