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

From what the documentation says, I should be able to reference a 540x405 blue placeholder (my use case) image via **srcPlaceholder** and this should appear before the image loads...as well...

**Bug description** The lazy loading is working perfectly on client side but none of my image are rendered from the server on the original loading SSR. Is there a special...

needs investigation
ssr

Hello, currently I try to implement this package into my Next.js project. Unfortunately it is not working as expected. It seems that lazy loading breaks if I use components that...

**Bug description** Write a clear and concise description of what the bug is. **To Reproduce** Paste the code that is producing the issue ``` ... ``` List any other actions...

**Bug description** When building out a map I'm giving HTML to a marker with a LazyLoadImage. As you can guess only the fallback shows. **To Reproduce** ``` const guideFallBackPic =...

needs investigation

I think it should roll back to placeholderSrc if src is not found... I can check at my end if there is no property, but if its set to black;...

bug

**Bug description** The performance in Safari is terrible. It works really smoothly in Chrome, but in Safari, the whole page becomes unresponsive and takes seconds to load. When using a...

Im trying to manipulate an image that is passed into the LazyLoadImage component via a React Ref, however I dont seem to be able to do so. The reason being...

**Bug description** The scrollPosition prop of HOC trackWindowScroll always return "null". I think it should return a object {x,y} ?