You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= 2.4.4 - 2021/03/09 =
* This maintenance release is for compatibility with WordPress 5.7
* Tweak - Test for compatibility with WordPress 5.7
* Tweak - Tweak for compatibility with WordPress 5.7 iframes lazy load feature
* Tweak - Update the plugins description
Use a3 Lazy Load for images, videos, iframes. Instantly improve your sites load time and dramatically improve site users experience.
10
+
Use a3 Lazy Load for images, videos, iframes that are not lazy loaded by WordPress core. Instantly improve your sites load time and dramatically improve site users experience.
11
11
12
12
== DESCRIPTION ==
13
13
14
14
a3 Lazy Load is a Mobile Oriented, very simple to use plugin that will speed up sites page load speed. The more content heavy your site the better the plugin will perform and the more you will see the improvements in performance. See [this demo](http://ressio.github.io/lazy-load-xt/demo/stresstest1000img.htm) of a page with 1,000 images (yes 1,000 images) to load.
15
15
16
16
a3 Lazy Load is inspired by and powered by the ressio [Lazy-Load-xt JavaScript](https://github.com/ressio/lazy-load-xt).
17
17
18
-
a3 Lazy Load is the most fully featured, incredibly easy to set up lazy load plugin for WordPress. Use the plugins admin settings to easily define what elements are lazy loaded and when they become visible in the users browser. As the user scrolls down the page the next lot of elements you have applied lazy Load to are only loaded as they become visible in the view port.
19
18
20
-
= 100% COMPATABLE WITH WORDPRESS 5.5 =
19
+
= 100% COMPATABLE WITH WORDPRESS 5.7 =
21
20
22
-
WordPress 5.5 introduced lazy loading for all images uploaded to a site’s media library. a3 Lazy Load Image options work side-by-side with this, but then enhances it by lazy loading all the images loaded from outside of the media library or on older browsers that do not support the new WP attribute.
21
+
WordPress 5.5 introduced lazy loading for all images uploaded to a sites media library and 5.7 introduces Core lazy load for iframes. a3 Lazy Load Image options work side-by-side with these, but then enhances it by lazy loading all the images loaded from outside of the media library, or on older browsers that do not support the new WP attribute and any iframes or videos that are not lazy loaded by WordPress.
23
22
24
23
= IMAGE LAZY LOAD =
25
24
26
-
Images are the number one element that slows page load and increases bandwidth use. From the a3 Lazy Load admin panel turn load images by a3 Lazy Load ON | OFF. For more flexibility when ON you can choose to ON | OFF lazy load for images in
25
+
For more flexibility when ON you can choose to ON | OFF lazy load all images that are not loaded from the WordPress media Library in:
27
26
28
27
* Post, Pages and Custom Post Types (All Content areas)
29
28
* Widgets (Sidebar, header and footer)
@@ -34,25 +33,17 @@ Images are the number one element that slows page load and increases bandwidth u
34
33
35
34
Supports lazy loading of images in containers that use horizontal scroll. The admin Images options has a section where you enter the classname or ID of the container that uses horizontal scroll.
36
35
37
-
= MORE THAN JUST IMAGES =
38
36
39
37
= VIDEO LAZY LOAD =
40
38
41
-
a3 Lazy Load supports all WordPress video Embeds including Youtube, Vimeo and HTML5 video - for a full list see the [WordPress Codex Embeds](http://codex.wordpress.org/Embeds) list. The WordPress embed method of copying and pasting the video url into posts and pages content area is fully supported.
42
-
43
-
<strong>Note</strong> - Works with Videos added by Text and HTML Widgets but not the new WordPress Video widget. That widget does not pull iframe at first load, it uses JavaScript to replace html to iframe and hence a3 lazy Load can't see it to apply.
44
-
45
39
From the a3 lazy Load admin panel turn Video Support ON | OFF. When ON you can choose to ON | OFF lazy load for videos in
46
40
47
41
* Video embeded by URL in Post and Pages (All Content areas)
48
42
* Video in Widget types, Text Widget and HTML Widgets.
* Video [see demo](http://ressio.github.io/lazy-load-xt/demo/video-html5.htm)
51
-
* Fully Compatible with the popular [Youtube Embed Plugin](https://wordpress.org/plugins/youtube-embed/)
52
43
53
44
= iFRAME LAZY LOAD =
54
45
55
-
a3 Lazy Load has built in support for content that is added by iframe from any source in content and widgets. Examples
46
+
a3 Lazy Load has built in support for content that is added by iframe from any source in content and widgets and will lazy load any iframe that WordPress core does not load. Examples
56
47
57
48
* WordPress embedded media
58
49
* Facebook Like boxes with profiles, Like buttons, Recommend
@@ -145,7 +136,7 @@ Want to add a new language to a3 Lazy Load? Great! You can contribute via [trans
145
136
146
137
= Minimum Requirements =
147
138
148
-
* WordPress 4.9 or greater
139
+
* WordPress 5.0 or greater
149
140
* PHP version 7.0.0 or greater
150
141
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
151
142
@@ -208,6 +199,12 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
208
199
209
200
== Changelog ==
210
201
202
+
= 2.4.4 - 2021/03/09 =
203
+
* This maintenance release is for compatibility with WordPress 5.7
204
+
* Tweak - Test for compatibility with WordPress 5.7
205
+
* Tweak - Tweak for compatibility with WordPress 5.7 iframes lazy load feature
206
+
* Tweak - Update the plugins description
207
+
211
208
= 2.4.3 - 2020/12/30 =
212
209
* This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
213
210
* Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery
@@ -546,6 +543,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
546
543
547
544
== Upgrade Notice ==
548
545
546
+
= 2.4.4 =
547
+
This maintenance release is for compatibility with WordPress 5.7
548
+
549
549
= 2.4.3 =
550
550
This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
0 commit comments