rcaferati / react-awesome-slider

React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱
https://fullpage.caferati.me
MIT License
2.92k stars 294 forks source link

How to use base64 images #191

Open nithinkjoy-tech opened 3 years ago

nithinkjoy-tech commented 3 years ago
<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?