socialtables / react-image-fallback

stop displaying broken images, have another image to fallback on.
111 stars 18 forks source link

feature request - lazy load image #52

Open ammoradi opened 5 years ago

ammoradi commented 5 years ago

first of all, thank you for this handy component. and I know there is an initialImage property. but what I want is lazy loading src image with blurred image. this is like to put a blurred thumbnail in initialImage but without getting any extra image src from APIs. maybe the mix of Intersection Observer API and StackBlur wanted.