Ekko Lightbox for Bootstrap - Template, based on:
http://www.jqueryscript.net/lightbox/Simple-Gallery-Lightbox-Plugin-with-jQuery-Bootstrap-Ekko-Lightbox.html
Note 1: Download the Ekko Lightbox and copy it to your fileadmin-folder. Include it like this:
page {
includeJS.ekko = fileadmin/template/ekko-lightbox.js
includeCSS.ekko = fileadmin/template/ekko-lightbox.css
jsFooterInline {
77 = TEXT
77.value (
jQuery(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) { event.preventDefault(); $(this).ekkoLightbox(); });
)
}
}
Note 2: if you want to copy this HTML-file to your fileadmin-folder, you can specifty the folder like this:
plugin.tx_camaliga.view.templateRootPaths.1 = fileadmin/template/files/
Copy this file in a subfolder named "Content" of this folder.
Note 3: number of images per row can not be set to 5 due to a Bootstrap weakness.
Note 4: you must enable setModulo for this template!
plugin.tx_camaliga.settings.item.setModulo = 1