Skip to content

Lazy Load on Array of Images issue #129

@danielnuwin

Description

@danielnuwin

I am having trouble doing the lazy load on an array of images. It seems to just load my whole array at first instead of it one by one.

 const gallery = images.map((obj, i) => {
      return (
          <LazyLoad>
            <img src={obj.thumbnail} />
          </LazyLoad>
      );
    });

Is there a way to resolve my issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions