• big
    link
    fedilink
    arrow-up
    1
    ·
    5 years ago

    is lazy load of images on the roadmap?

    • DessalinesOPMA
      link
      fedilink
      arrow-up
      2
      ·
      5 years ago

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

      • big
        link
        fedilink
        arrow-up
        1
        ·
        5 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
          fedilink
          arrow-up
          1
          ·
          5 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.