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.3.0 - 2020/02/25 =
* This feature release adds support for horizontal scroll images plus a bug fix for compatibility with Revolution Slider
* Feature - Add support for lazy loading images in a container that have horizontal scroll
* Feature - Add Horizontal Scroll section to the Lazy Load Images option box on the admin panel
* Feature - Apply Horizontal Scroll lazy load to any container by classname or ID
* Fix - Compatibility with Revolution slider. Their JS has changed in a resent update causing a conflict which meant that the slider images did not show with a3 Lazy Load activated.
'desc' => __( 'a3 Lazy Load has built in support for Horizontal Scrolling image galleries BUT you must enter the container classname or ID below for it to apply to that horizontal scroll container. Use your code inspector to get the correct classname or ID, it will have style is <code>overflow-x:scroll</code>', 'a3-lazy-load' )
346
+
),
347
+
array(
348
+
'name' => __( 'Container Classnames or IDs', 'a3-lazy-load' ),
349
+
'id' => 'a3l_horizontal_trigger_classnames',
350
+
'desc' => __('Prepend Classnames with a dot example <code>.images_holder</code>, Prepend IDs with hash tag example <code>#wrapper</code> and Comma separate if more than one.', 'a3-lazy-load' ),
@@ -26,18 +26,22 @@ Images are the number one element that slows page load and increases bandwidth u
26
26
* Apply to post thumbnails
27
27
* Apply to gravatars
28
28
29
+
= HORIZONTAL SCROLL =
30
+
31
+
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.
32
+
29
33
= MORE THAN JUST IMAGES =
30
34
31
35
= VIDEO LAZY LOAD =
32
36
33
37
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.
34
38
35
-
<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 use JavaScript to replace html to iframe and hence a3 lazy Load can't see it to apply.
39
+
<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.
36
40
37
41
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
38
42
39
43
* Video embeded by URL in Post and Pages (All Content areas)
40
-
* Video in Widget types, Text Widget and HTML Wigets.
44
+
* Video in Widget types, Text Widget and HTML Widgets.
* Video [see demo](http://ressio.github.io/lazy-load-xt/demo/video-html5.htm)
43
47
* Fully Compatible with the popular [Youtube Embed Plugin](https://wordpress.org/plugins/youtube-embed/)
@@ -65,20 +69,12 @@ a3 Lazy Load has built in support for content that is added by iframe from any s
65
69
66
70
= JETPACK SITE ACCELERATOR (Proton) =
67
71
68
-
This is an option that you turn on as the Jetpack Accelerator (Proton CDN images) has its own lazy load feature that needs to be OFF first to be able use a3 Lazy Load as your lazy Load engine. Some users prefer to use a3 Lazy Load as it applies Lazy Load to the whole site not just images.
72
+
This is an option that you turn on as the Jetpack Accelerator (Proton CDN images) has its own lazy load feature that needs to be OFF first to be able use a3 Lazy Load as your lazy Load engine. Some users prefer to use a3 Lazy Load as it applies Lazy Load to videos and iframes as well as images.
69
73
70
74
= WebP IMAGES =
71
75
72
-
As of a3 Lazy Load has built in automatic support for WebP images. There are no settings for this as a3 Lazy Load will automatically detect if an image has a WebP version and load that. If no WebP image exists the appropriate jpg or png version will be loaded. Also fully support browser detection of WebP.
73
-
74
-
75
-
= WOOCOMMERCE =
76
+
a3 Lazy Load has built in automatic support for WebP images. There are no settings for this as a3 Lazy Load will automatically detect if an image has a WebP version and lazy load the WebP version. If no WebP image exists, the appropriate jpg or png version will be lazy loaded. Also fully support browser detection of WebP.
76
77
77
-
a3 lazy Load is built and tested to be fully compatible with the very widely used WooCommerce plugin
78
-
79
-
= ADVANCED CUSTOM FIELDS =
80
-
81
-
Fully compatible with the very popular Advanced Custom Fields plugin, Free and Premium versions.
82
78
83
79
= LAZY LOAD EFFECTS =
84
80
@@ -114,10 +110,12 @@ Don't forget when a developer does add full compatibility with a3 Lazy Load plea
114
110
115
111
These are just some of the more popular plugins that are either tested 100% compatible with a3 Lazy Load or tags has been added for 100% compatibility.
116
112
117
-
* Plugin - Advanced Custom Fields
113
+
* Plugin - Advanced Custom Fields (Free and Premium)
118
114
* Plugin - WooCommerce
115
+
* Plugin - JetPack
116
+
* Plugin - Elementor (Free and Pro)
119
117
* Plugin - WP Offload
120
-
* Plugin - WP Super Cache and W3 Total Cache plugins
118
+
* Plugin - WP Super Cache, W3 Total Cache, Autoptimize
121
119
* Plugin - Youtube Embed
122
120
* Plugin - WordPress AMP
123
121
* Plugin - WPTouch. Note - Set to not apply on Mobiles if WPTouch is installed
@@ -206,6 +204,13 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
206
204
207
205
== Changelog ==
208
206
207
+
= 2.3.0 - 2020/02/25 =
208
+
* This feature release adds support for horizontal scroll images plus a bug fix for compatibility with Revolution Slider
209
+
* Feature - Add support for lazy loading images in a container that have horizontal scroll
210
+
* Feature - Add Horizontal Scroll section to the Lazy Load Images option box on the admin panel
211
+
* Feature - Apply Horizontal Scroll lazy load to any container by classname or ID
212
+
* Fix - Compatibility with Revolution slider. Their JS has changed in a resent update causing a conflict which meant that the slider images did not show with a3 Lazy Load activated.
213
+
209
214
= 2.2.2 - 2020/01/18 =
210
215
* This maintenance release is to update incorrect help text regarding usage of the new class and attribute exclusion strings
211
216
* Tweak - Update incorrect FQA help text on plugins description
@@ -475,6 +480,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
475
480
476
481
== Upgrade Notice ==
477
482
483
+
= 2.3.0 =
484
+
This feature release adds support for horizontal scroll images plus a bug fix for compatibility with Revolution Slider
485
+
478
486
= 2.2.2 =
479
487
This maintenance release is to update incorrect help text regarding usage of the new class and attribute exclusion strings
0 commit comments