Bootstrap 4 Carousel Multiple frames at once and slide by one
问题 Another question was asked on the same need (that question) for bootstrap 3 but the proposed solutions don't work with Bootstrap 4. The image of this post explains very well what I want. And even more this bootply. How can I achieve this with Bootstrap 4 ? 回答1: $('#carousel-example-generic').on('slid.bs.carousel', function () { $(".carousel-item.active:nth-child(" + ($(".carousel-inner .carousel-item").length -1) + ") + .carousel-item").insertBefore($(".carousel-item:first-child")); $("