[TYPO3-english] lightbox and TYPO3 6.0

Georg Ringer typo3 at ringerge.org
Tue Jan 1 14:45:11 CET 2013


Hi Martin,

great but I would live modernpackage out there, maybe just a link to a 
working implementation but the sample TS without the long path to the 
files and so on, would look then like that

page {
     includeCSS {
         file99 = fileadmin/your-fancybox.css
     }
     includeJSFooter
         # fancybox library
         fancybox = fileadmin/your-fancybox.js
     }
}

# Change rendering of images to fit the needs of the lightbox requirements
tt_content.image.20.1.imageLinkWrap {
     JSwindow = 0
     directImageLink = 1
     linkParams.ATagParams {
         dataWrap = class= "lightbox" rel="fancybox{field:uid}"
     }
}

Georg


More information about the TYPO3-english mailing list