Lazy load on background images not working
-
Lazy loading for background images is implemented with javascript. At least in some scenario’s, this will not work. I’m using Visual Composer and checking my site in Chrome.
With F12, I can see that the “background-image: none !important” is set, but the images is still gets loaded on the network tab.
In general, it’s hard to guarantee lazy loading with pure JS, but it might make sense to add a warning about this somewhere.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Lazy load on background images not working’ is closed to new replies.