-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
32 lines (22 loc) · 959 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== WP Lozad Lazy Load ===
Contributors: minnpost, jonathanstegall
Donate link: https://www.minnpost.com/support/?campaign=7010G0000012fXGQAY
Tags: lozad, lazy load, intersectionobserver
Requires at least: 4.6
Tested up to: 4.9
Stable tag: 0.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WP Lozad Lazy Load can lazy Load images, iframes, scripts, and other content with the Lozad library, which itself uses the IntersectionObserver API.
== Description ==
== Installation ==
== Frequently Asked Questions ==
== Changelog ==
* 0.0.4 (2019-03-07)
* Add a default placeholder image `src` attribute.
* 0.0.3 (2019-02-26)
* Reduce unnecessary admin calls for this plugin.
* 0.0.2 (2019-01-18)
* Allow individual posts to disable lazy loading with a meta field. This can be a bandaid fix if there are scripts running on the post that conflict.
* 0.0.1 (2018-)
* Initial release