react-lazyload icon indicating copy to clipboard operation
react-lazyload copied to clipboard

Lazy load images

Open Stvenoo opened this issue 7 years ago • 1 comments

Before if an image became visible in the viewport the placeholder would be replaced by the image even if the image was not loaded (slow 3g for example), now the placeholder is shown until the image is actually loaded from the network.

Stvenoo avatar Jan 30 '18 11:01 Stvenoo

this behavior has been discussed in #101 , ideally we can make it more extensible, but personally I don't mind adding this feature for 2.x version,

jasonslyvia avatar Jan 31 '18 07:01 jasonslyvia