Lazy Load script not firing? Images stay hidden
-
When I activate lazy load, all non-background images stay hidden.
No errors reported in console.e.g.
HTML ELEMENT:
<img alt="" width="275" height="83" title="logo-info-trade" data-src="https://pagecdn.io/repo/10521952be691de3ac6b/wp-content/uploads/2019/01/logo-info-trade.png" class="lazyload smush-detected-img smush-image-2" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
ELEMENT CLASS:
.no-js img.lazyload {display: none;} .lazyload, .lazyloading {opacity: 0;}
RELEVANT CSS IN HTML DOCUMENT
<style> .no-js img.lazyload {display: none;} figure.wp-block-image img.lazyloading {min-width: 150px;} .lazyload, .lazyloading {opacity: 0;} .lazyloaded {opacity: 1; transition: opacity 400ms; transition-delay: 0ms;} </style>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Lazy Load script not firing? Images stay hidden’ is closed to new replies.