Reputation: 6936
I am working on an Ionic3 project. I want to use slider component. By default it only shows a single image at a time. Is it possible to show 3 images on a single page. and when user swipe new 3 and so on.
Please help
Thanks
Upvotes: 0
Views: 310
Reputation: 6936
Its slidesPerView='3', which I am looking for. It shows desired number of items at one time on screen.
Upvotes: 1