How do I make the listings lazy load?
Hi,
If I understood you correctly, do you need to do infinite pagination of the load? Also, please note that the images themselves use lazy load, but each page renders the listing on the backend with the rest of the HTML, if you need to redesign it so that it loads on scroll (as in an app), then this will require a custom implementation.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.