Comments Cole started the conversationSeptember 11, 2014 at 1:11amHi,I was wondering if there was a way to change the carousel to rotate to the next item instead of a whole new set of 3. Hope that was clear enough. Thanks!Cole repliedSeptember 11, 2014 at 3:46amOh I figured it out... added 1 to the code below.var scrollNum = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 'auto' : 1 ; Sign in to reply ...
Hi,
I was wondering if there was a way to change the carousel to rotate to the next item instead of a whole new set of 3. Hope that was clear enough.
Thanks!
Oh I figured it out... added 1 to the code below.
var scrollNum = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 'auto' : 1 ;