• I saw this mentioned in another thread but thought I would offer more information. The way the lazy loading technique works for background images won’t actually lazy load the images.

    This is because the display:none feature is applied using javascript, which is too late in the page load. It would need to be applied using PHP before the page renders, since the browser will run this script after parsing the HTML and CSS.

  • The topic ‘Background images won’t lazy load’ is closed to new replies.