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.

MySwiper = new switcher ('. Swiper-container', {pagination: '. Endorsement', endorsement clickable: true, slides presentations: 4})

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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -