Closed jonyt closed 9 years ago
I've not been able to reproduce, are you using the add method to add the item, e.g.:
$(':rs-carousel').carousel('add','<li class="rs-carousel-item"></li>');
You do need to add the rs-carousel-item
className to the item manually which is possibly worth adding automatically.
If you're still having issues can you provide a test case?
Closing for now.
hi,
As far as I can tell if I add items to an empty carousel the first item won't be shown. To reproduce: instantiate an empty carousel and add several items. The first one won't be shown.