Customizing ionic slide pager dots into images

1.2k Views Asked by At

I am using ionic-slides for displaying pictures. instead of the default pager dots, I want to display a preview of all the images on the bottom. just like how it shows on here How can you achieve this two-way control carausol in ionic2-angular4?

1

There are 1 best solutions below

0
On

There is no out of the box slider control like that on Ionic.But Ionic has used Swiper.js for their component.So you need to create custom slider control using Swiper.js.

You can get help from official swiper doc here.

Here you can see how to develop Angular slider control using Swiper.js.