hug*_*ige 17
可以通过一个简单的JavaScript代码片段解决这个问题:
function bsCarouselAnimHeight()
{
$('.carousel').carousel({
interval: 5000
}).on('slide.bs.carousel', function (e)
{
var nextH = $(e.relatedTarget).height();
$(this).find('.active.item').parent().animate({ height: nextH }, 500);
});
}
Run Code Online (Sandbox Code Playgroud)