I cannot get this working with the jquery cycle plugin. Can any show a full example of how to get multiple images to show in a row? IE: first 3 images -->pause--> next 3 images
I really don't want to load another plugin like Carousel. Thanks so much to anyone that can help :) malsup wrote: > > >> I'm looking for a same kind of solution. >> Sliding rows of 3 images at the same time. >> 9 visible images in 3 rows (1-3) (4-6) (7-9). >> Next slide will hide (1-3) and who (10-12). >> >> Anyone know how to do that? >> > > > The way to do that with Cycle is to group the sets of images inside > divs and treat the divs as slides. For example: > > <div id="slideshow"> > <div> > > > > </div> > <div> > > > > </div> > <div> > > > > </div> > </div> > > -- View this message in context: http://old.nabble.com/how-to-multiple-images-slideshow-with-jquery-cycle-plugin-tp24540029s27240p26144933.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.