I wonder if there’s a way how to split the looper output into parts and load them by a button “load more”.
Situation:
I have a looper provider using a query, which catches all media (images) of a certain category. This results in 330 images. I feed this into a consumer. This works just fine, but loading 330 images into one page at once is kinda “nah, no, nono.” So I set the count of the provider to e.g. 30.
All’s good, but:
I’d like to add a functionality which adds 30 more images, each time i hit the “load more” button.
How?
Thx a lot for any hint.