react-lazy-load icon indicating copy to clipboard operation
react-lazy-load copied to clipboard

React component that renders children elements when they enter the viewport.

Results 19 react-lazy-load issues
Sort by recently updated
recently updated
newest added

I found the **.is-visible** class is always working with **.LazyLoad**. I can't show the loading animation. What can I do?

i think i cant for yet. we need it dear collaborators

I am trying to trigger click on button every time it shows to user, everything works, but i am receiving following error Any ideas how to fix? ![image](https://user-images.githubusercontent.com/30347029/34734462-834c4a92-f574-11e7-8b86-e214e346434c.png) ```javascript !this.props.busy...

bug

With the requirement of a fixed height setting, this plugin fails to work inside modern apps where responsive layouts are a standard requirement.

enhancement

I'm using the `height` prop with a roughly estimated value to prevent all items from loading immediately (since their initial height is 0, as long as the images have not...

enhancement

I wanted to use LazyLoad as an anchor tag and realized there was no customProps object option to add any possible html attributes (href in my case). Please let me...

enhancement

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. ```react...

bug

Doesn't work well: 1. inside an iframe that isn't visible in top window viewport. 2. inside an element with overflow, e.g. inside `div { width: 0; height: 0; overflow: hidden;...

bug