I am trying to have different duration for each slide as my some slides have large content and some small please give me a solution with fiddle
I tried this but it o
$('.carousel .item').hasClass('active', function() { var SlideInterval = $(this).attr('data-interval'); $('.carousel').carousel({ interval: SlideInterval }); });