Oleksandr Datsko

Results 3 comments of Oleksandr Datsko
trafficstars

or you can just hide some pagers, for example, you need to slide elements every 3rd, then you just need only #pager span:nth-child(3n+2),#pager span:nth-child(3n+3){display:none;}

yes, but it works only for pagers, next/prev slides only next or prev, for prev/next navigation better overwrite prev/next sliding without using prev/next from cycle2, later i'll make an example...

why don't you think about nested slideshows? for example n=3 you have HTML ``` html ``` then even pagers would work fine the easiest decition fo sliding any n element...