jquery - idangerous page navigation but not a single slide -
How to show not just all the navigation pages, but the slides? I have 20 slides on the page, and all display 20 points. 4 How to show? Thank you.
Example
I think this works better:
new switcher ('. Swiper-container', {pageignation: '.swiper-pagination', paginationClickable: true, paginatio NBulletRender: function (index, classname) {// Four slides per view if (index% 4 & gt; 0) {className + = "hidden"; // Added hidden class} Return '& lt; span class =' ' ClassName + '"& gt; & lt; / span & gt;';}});
Comments
Post a Comment