react-awesome-slider icon indicating copy to clipboard operation
react-awesome-slider copied to clipboard

How to use base64 images

Open nithinkjoy-tech opened this issue 3 years ago • 0 comments

<AutoplaySlider style={style} play={true} cancelOnInteraction={false}>
           {hotelDetails.photos.map(photo=><div data-src={photo} />)}
</AutoplaySlider>

In this, Only the first image is displayed. we can not navigate to the next image. How to solve this issue?

nithinkjoy-tech avatar Jul 26 '21 12:07 nithinkjoy-tech