This is a tailor-made carousel script for convert any columns grid into a swapable carousel.
Just include carrouselskel.js and carrouselskel.css and initialize with
document.addEventListener('DOMContentLoaded', function() {
const carousel = initCarousel("columnsId");
});