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

React Component to lazy load images and components using a HOC to track window scroll position.

Results 62 react-lazy-load-image-component issues
Sort by recently updated
recently updated
newest added

**Bug description** The Threshold option doesn't work beyond -200px. What i mean is, that my pictures are of 400px height. I am trying to mimic Medium's way of loading images....

Hi there, I'd like to suggest support for responsive images (ie, on windows expanding). The issue I face is that the placeholder Img **only** shows up when a width **and**...

question

Can I use this package with images that are loaded from the background-image CSS property?

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

If I'm not mistaken the blur and black and white effects are related to the placeholderSrc, and opacity creates a blank space then transition to the loaded image. It would...

**Bug description** I am using `placeholder` to always display images but in low resolution. I do so because I don’t know the size of images ahead of time and use...

**Bug description** All images are loaded at once. I did read this [readme section](https://github.com/Aljullu/react-lazy-load-image-component#all-images-are-being-loaded-at-once) and added placeholder but it does not work. Adding height and width works but for my...

needs investigation