cbenning / fussel

A static photo gallery generator
https://github.com/cbenning/fussel
MIT License
260 stars 17 forks source link

Lazy load for large galleries #68

Closed KillerTic closed 1 year ago

KillerTic commented 2 years ago

I have a gallery with over 300 pictures and that doesn't work. Something like lazy load to not load all pictures straight away would be good.

cbenning commented 2 years ago

Interesting. What browser? My gallery does lazy-load actually. Lazy load is just usually a tag in the HTML to tell the browser what to do I believe.

KillerTic commented 2 years ago

Hmm that is odd... I have the current Chrome version installed.

cbenning commented 1 year ago

@KillerTic It's been a long time since this was posted. If you're still using the tool, would you be able to check if you can reproduce the issue with the v2-branch?