Hi Tom,
I just realized I might missunderstood you. By lazy loading are you reffering to:
– (1) not loading the images of results until the document is scrolled to that point?
– (2) or automatically loading more results when the document is scrolled to the bottom?
– or do you mean something else?
I’m asking, because there are many interpretations of the ‘lazy loading’ term nowadays.
In the first case, it did not actually came up yet – as usually results contain 10-20 images at the time, and the container fits the whole page by default, so lazy loading the images would have no effect – except the pagination of course.
I will take a look at the lazy solutions, see if I can integrate something simple.