fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
3 additions
and
7 deletions
| ... | @@ -26211,9 +26211,7 @@ | ... | @@ -26211,9 +26211,7 @@ |
| 26211 | }); | 26211 | }); |
| 26212 | 26212 | ||
| 26213 | // Add your custom JS here. | 26213 | // Add your custom JS here. |
| 26214 | var myLazyLoad = new LazyLoad({ | 26214 | var myLazyLoad = new LazyLoad(); |
| 26215 | elements_selector: ":not(.no-lazy-load)" | ||
| 26216 | }); | ||
| 26217 | window.tz_checkVisible = function (elm, evalType, offset, heightBuffer) { | 26215 | window.tz_checkVisible = function (elm, evalType, offset, heightBuffer) { |
| 26218 | evalType = evalType || "visible"; | 26216 | evalType = evalType || "visible"; |
| 26219 | var vpH = jQuery(window).height(), | 26217 | var vpH = jQuery(window).height(), | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -17,9 +17,7 @@ import "./_carousels"; | ... | @@ -17,9 +17,7 @@ import "./_carousels"; |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | var myLazyLoad = new LazyLoad({ | 20 | var myLazyLoad = new LazyLoad(); |
| 21 | elements_selector: ":not(.no-lazy-load)", | ||
| 22 | }); | ||
| 23 | 21 | ||
| 24 | window.tz_checkVisible = function(elm, evalType , offset, heightBuffer) { | 22 | window.tz_checkVisible = function(elm, evalType , offset, heightBuffer) { |
| 25 | evalType = evalType || "visible"; | 23 | evalType = evalType || "visible"; | ... | ... |
-
Please register or sign in to post a comment