This responsive carousel by Basilio Cáceres requires jQuery and his carousel from:
http://basilio.github.io/responsiveCarousel/
Download it and include it like this with TypoScript:
page {
includeJSFooter.respCar = fileadmin/template/responsiveCarousel-master/responsiveCarousel.min.js
}
Start it with:
page.jsFooterInline.794 = TEXT
page.jsFooterInline.794.value = $('.crsl-items').carousel({ overflow: true, visible: imax, itemMinWidth: iwidth, itemMargin: imargin });
Now define the item-settings via Flexform or TypoScript.
Note: if you want to copy this HTML-file to your fileadmin-folder, you can specifty the folder like this with TypoScript:
plugin.tx_camaliga.view.templateRootPaths.1 = fileadmin/template/files/
Copy this file in a subfolder named "Content" of this folder.