rcaferati/react-awesome-slider

Lazy load?

WangXBruc opened this issue · 1 comments

Could the slider support lazy load?

renet commented

AFAIK it already does. It load's the image source that's given as data-src-Attribute in the img-tag inside the slider component in a lazy manner (only, before navigating to the next slide).