irefurbishtechCarousel = { positionItemsInitially: function () { $(".carousel-item").each(function (i) { var e = .5 * $(".carousel-item").outerWidth(); e += $(".carousel-item").outerWidth() * i, $(this).css("left", e) }) }, setupCarousel: function (i) { i = "" == i || null == i ? ".testimonials-section" : "", $(i + " .carousel .carousel-item:first").addClass("active"), $(i + " .carousel").bind("slide.bs.carousel", function (i) { 0 == i.to ? irefurbishtechCarousel.positionItemsInitially() : $(".carousel-item").each(function () { var i = $(".carousel-item").outerWidth(), e = $(this).position().left - i; $(this).css("left", e) }) }); var e = 240; $(i + " .carousel .carousel-item").each(function () { e = $(this).height() > e ? $(this).height() : e }), $(i + " .carousel-inner").css("min-height", e + "px"), irefurbishtechCarousel.positionItemsInitially() } };