If no one in the forum has any experience with the plugin, you can also ask the creator directly using an issue over on GitHub. I personally haven’t used it, but maybe someone else has.
To further inquire: My question has to do with a website I’m building for my design office. An example can be seen here: http://standardissuedesign.com/kirby/projects/environments
I want to believe it’s possible to load each image slider (page) as the user scrolls.
I’d appreciate help and be willing to fund legitimate answers.
You can load on scroll by using AJAX requests. There are several JavaScript libraries out there that do this, look for “infinite scrolling”. On the Kirby backend, you will need to handle the AJAX requests as described in this topic.
The included demo link shows lazy loading in production. Quick view in their source (assets/javascript/classes folder) and it seems that they use the lazysizes.js library for this. You can find it here: https://github.com/aFarkas/lazysizes