{namespace cam=Quizpalme\Camaliga\ViewHelpers}
This template is a double carousel that requires only jQuery. It shows the images and text beside each other.
This example works only with a few elements.
It is based on the 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.
Note 2: you can copy and customise the camaliga/Resources/Public/css/List.css to your fileadmin-folder.
Remove that thing 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 you want to change the width of the elements, you need to change it in the CSS-file and here:
f:image width="xxx" height="yyy"
Note 5: if you include jQuery only in the footer, you will need to move $('#carousel_ul1').camaliga(...) to the footer too!
Remove f:comment and this text, if you want do display a dot for each element... and uncomment car_num, dot_nor and dot_act in the script-section