react-awesome-slider
react-awesome-slider copied to clipboard
How to use base64 images
<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?