Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Carousel loop? 20/2/2012 at 9:27
It is possible with jCarousel, but when I was working adding jCarousel to WP Carousel I noticed that it has strange behaviours.
In any case, you can change it replacing code in line 1325:
wrap: <?php if ($value['LOOP_MODE'] != 0) { ?>’both’<?php } else { ?>null<?php } ?>,
By:
wrap: <?php if ($value['LOOP_MODE'] != 0) { ?>’circular’<?php } else { ?>null<?php } ?>,
This topic has been closed to new replies.