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.2.2 - 2020/01/18 =
* This maintenance release is to update incorrect help text regarding usage of the new class and attribute exclusion strings
* Tweak - Update incorrect FQA help text on plugins description
* Tweak - Update admin panel option box image and video exclusion class and attribute help text.
Copy file name to clipboardExpand all lines: admin/settings/template-settings/global-settings.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ public function init_form_fields() {
329
329
'name' => __( 'Exclude Images', 'a3-lazy-load' ),
330
330
'type' => 'heading',
331
331
'class' => 'a3l_apply_to_load_images_container',
332
-
'desc' => __( 'Images can be excluded from Lazy Load either by entering existing image classnames below or if the image has no classname by adding the <code>skip-lazy</code> class to the image, example <code><img class="skip-lazy"></code>', 'a3-lazy-load' )
332
+
'desc' => __( 'Images can be excluded from Lazy Load by entering existing image classnames below or if the image has no classname by adding the exclusion <code>skip-lazy</code> classname or <code>data-skip-lazy</code> attribute to the image. Examples, by class <code><img class="skip-lazy"></code> , by attribute <code><img data-skip-lazy></code>', 'a3-lazy-load' )
'desc' => __( 'Videos and iFrames can be excluded from Lazy Load either by entering the existing classnames below or if if it has has no classname by adding the <code>skip-lazy</code> class to the video / iframe, example <code><video class="skip-lazy"></code>', 'a3-lazy-load' )
402
+
'desc' => __( 'Videos and iFrames can be excluded from Lazy Load either by entering existing classnames below or if it has has no classname by adding the exclusion <code>skip-lazy</code> classname or <code>data-skip-lazy</code> attribute to the video / iframe. Examples, by class <code><video class="skip-lazy"></code>, by attribute <code><video data-skip-lazy></code>', 'a3-lazy-load' )
@@ -155,12 +155,6 @@ Images, Videos / iframes can be excluded from Lazy Load by existing classnames o
155
155
Exclude by classname <code><img class="skip-lazy"> , <video class="skip-lazy"></code>
156
156
Exclude by attribute <code><img data-skip-lazy> , <video data-skip-lazy></code>
157
157
158
-
<strong>the text changes for the Images option box</strong>
159
-
Images can be excluded from Lazy Load by entering existing image classnames below or if the image has no classname by adding the exclusion <code>skip-lazy</code> classname or <code>data-skip-lazy</code> attribute to the image. Examples, by class <code><img class="skip-lazy"></code> , by attribute <code><img data-skip-lazy></code>
160
-
161
-
<strong>the Videos</strong>
162
-
Videos and iFrames can be excluded from Lazy Load either by entering existing classnames below or if it has has no classname by adding the exclusion <code>skip-lazy</code> classname or <code>data-skip-lazy</code> attribute to the video / iframe. Examples, by class <code><video class="skip-lazy"></code>, by attribute <code><video data-skip-lazy></code>
163
-
164
158
= Why are some images, videos, objects not Lazy Loaded? =
165
159
166
160
a3 Lazy Load can only be applied to objects that are added using core WordPress functions. If your theme or a plugin developer adds objects such as images or videos via a custom written function, a3 lazy Load cannot know what that custom function is and hence cannot Lazy Load the object.
@@ -212,6 +206,11 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
212
206
213
207
== Changelog ==
214
208
209
+
= 2.2.2 - 2020/01/18 =
210
+
* This maintenance release is to update incorrect help text regarding usage of the new class and attribute exclusion strings
211
+
* Tweak - Update incorrect FQA help text on plugins description
212
+
* Tweak - Update admin panel option box image and video exclusion class and attribute help text.
213
+
215
214
= 2.2.1 - 2020/01/16 =
216
215
* This maintenance release adds support for the Lazy Load exclusion attribute 'data-skip-lazy'
217
216
* Tweak - Add support for lazy load exclusion by attribute 'data-skip-lazy'
@@ -476,6 +475,9 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
476
475
477
476
== Upgrade Notice ==
478
477
478
+
= 2.2.2 =
479
+
This maintenance release is to update incorrect help text regarding usage of the new class and attribute exclusion strings
480
+
479
481
= 2.2.1 =
480
482
This maintenance release adds support for the Lazy Load exclusion attribute 'data-skip-lazy'
0 commit comments