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** I'm using LazyLoadImage and I don't seem to be able to get delay to work. I'm using create-react-app w/ React 16.13.1 and I'm trying to use either `_.debounce`...

Wouldn't that make sense? Would facilitate custom handling of the (image) element after it has loaded.

Using this code, can you tell me why the placeholder doesn't show? I've attempted using placeholder and placeholderSrc. My expected behaviour would be to see loading text on screen before...

Fixes #63. **Description** Placeholders with text were not visible because we were forcing the text color to transparent.

**Describe the solution you'd like** Server Side Rending. Send IMG tag directly to client

**Is your feature request related to a problem? Please describe.** I would like the component to display a local asset if my CDN was to fail **Describe the solution you'd...

When uploaded images changing, image not view refresh. at the time of render The picture at placeholderSrc is not shown, the old loaded picture is displayed ` ` Does anyone...

This problem seems to be only happening on Chrome. It works well on Edge and Safari. When grabbing the side scroll bar to go fast to a certain position in...

Some ideas that might or might not be implemented in the future, but good to have in a list. * [x] Add a prop to load the image by default....

Fixes #31. **Description** - `loadedImageProps`: it allows passing an object of props that will be applied to the loaded image. - `placeholderProps`: it allows passing an object of props that...