{namespace cam=Quizpalme\Camaliga\ViewHelpers} This default template is a simple carousel that requires only jQuery. It is an example from enavu: http://web.enavu.com/tutorials/making-a-jquery-infinite-carousel-with-nice-features/ Note 1: you need at least n+2 elements for this carousel! n: visible elements at one time. If you doesn´t have n+2 elements, set infinite to 0. Note 2: you can copy and customise the camaliga/Resources/Public/css/Carousel.css and the camaliga/Resources/Public/JavaScript/jquery.camaliga.js to your fileadmin-folder. Remove that 2 things from this template if you do that... Note 3: 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. Note 4: if your width contains the padding too, you must activate "addPadding" via TypoScript or FlexForms too. This are all avaiable variables for the size: paddingItemWidth, totalItemWidth, itemWidth, totalWidth, paddingItemHeight, totalItemHeight, itemHeight and the img- and item-settings. Note 5: if you include jQuery only in the footer, you will need to move $('#carousel_ul').camaliga(...) to the footer too!