You must log in or register to comment.
Merci.
deleted by creator
is lazy load of images on the roadmap?
What does that mean? Images already load as your browser fetches them.
e.g. /c/unixporn loads all the full sized images before you expand them and that makes it a huge page to visit. The idea of lazyload is to only show images when user requests them by scrolling over them or expanding the thumbnail.
I gotcha. I’m not storing the images on the backend or anything, so I’d have to find some front end thumbnail library.