I am using react-slick to show a bunch of carousels on the page.
The carousels slides are lazy loaded by adding the lazyLoad:'onDemand' to the settings in the carousel. Now I wish to add a spinner before the image loads in the slides.
I am not very sure how to do this.
I am using react-slick to show a bunch of carousels on the page. The carousels slides are lazy loaded by adding the lazyLoad:'onDemand' to the settings in the carousel. Now I wish to add a spinner before the image loads in the slides. I am not very sure how to do this.