/ Published in: TYPO3
The image width and height can be set in <code>maxW</code> / <code>maxH</code>. To use the image title in the <code>IMAGE</code> cObject the <em>wt_gallery</em> 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
Copy this code and paste it in your HTML
parameter.cObject { file { import.field = picture maxW = 600 maxH = 600 } } ATagParams = rel="lightbox" title="{field:title}" ATagParams.insertData = 1 } }