sigal
sigal copied to clipboard
Enhancement request - Pagination
For directories with great number of photos, and not slow internet connections, loading the gallery can take quite a wile. Adding pagination in this case, can improve the user experience.
In may case, 2800 photos gallery, on a non dedicated server (with limited upload speed), it's too much. For now, I will split the source directory.
i agree, i have same issue with huge image set.
Rather than have pages of images, why not just us a lazy loader such as echo.js? http://github.com/toddmotto/echo
The images are loaded "on-the-fly" when each page scrolls into view. Works wonderfully.
+1 for the on-the-fly approach!
I would really like to see this feature. Has there been any progress so far?