/ Published in: TYPO3
The image width and height can be set in maxW / maxH. To use the image title in the IMAGE cObject the wt_gallery code must be patched (at least for version 3.0.4) to include the picture meta information before rendering the cObject.
Expand |
Embed | Plain Text
plugin.tx_wtgallery_pi1 { parameter.cObject { file { import.field = picture maxW = 600 maxH = 600 } } ATagParams = rel="lightbox" title="{field:title}" ATagParams.insertData = 1 } }
You need to login to post a comment.
