Closed khalid-s closed 10 years ago
Hi again,
I found a solution which worked but am not sure if its correct.
In the jcarousel.responsive.js instead of using
jcarousel.jcarousel('items').css('width', width + 'px');
i used the following
jcarousel.find('li').each(function(){ $(this).css('width', width + 'px'); });
Hi, I am having an issue when trying to put multiple carousels on a single page.
In the second one the
I am using the responsive carousel.
Thanks