• @big
    link
    15 years ago

    is lazy load of images on the roadmap?

    • DessalinesOPMA
      link
      25 years ago

      What does that mean? Images already load as your browser fetches them.

      • @big
        link
        15 years ago

        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.

        • DessalinesOPMA
          link
          15 years ago

          I gotcha. I’m not storing the images on the backend or anything, so I’d have to find some front end thumbnail library.