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

LazyLoadComponent's placeholder is visible even when the image is in viewport.

Open Anubhav-Joria opened this issue 2 years ago • 0 comments

Bug description I am using LazyLoadComponent and using a placeholder inside it. The issue is that sometimes when my image is in the viewport, the placeholder is still visible instead of the actual image, this issue occurs during initial render only. The issue resolves when i perform any activity such as reload the webpage, scroll down and again scroll up

Expected behavior When the image appears in the viewport then placeholder image should be replaced with actual image.

Screenshots image

Anubhav-Joria avatar Dec 07 '23 05:12 Anubhav-Joria