$(document).ready(function(){$("#test-carousel .carousel").swiperight(function(){$("#test-carousel .carousel").carousel("prev")});$("#test-carousel .carousel").swipeleft(function(){$("#test-carousel .carousel").carousel("next")});$("#test-carousel2 .carousel").swiperight(function(){$("#test-carousel2 .carousel").carousel("prev")});$("#test-carousel2 .carousel").swipeleft(function(){$("#test-carousel2 .carousel").carousel("next")});$("#test-carousel2 .carousel-inner").height($("#test-carousel2 .carousel-inner .item:last").height())});$(window).resize(function(){$("#test-carousel2 .carousel-inner").height($("#test-carousel2 .carousel-inner .item:last").height())})