Archive for Oktober, 2011:
tt_news imagewrap typolink maxW oder maxH
0 Comments | This entry was posted on Okt 21 2011
Hier ist ein kleines Typoscript zum öffnen
kleine Ergänzung zu pmkshadowbox > Maximale Bildgröße oder Bildhöhe
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #tt_news typoscript für Lightbox, Shadowbox etc. displaySingle { imageCount = 3 image { file.maxW = 200 #file.maxH = 205 imageLinkWrap { typolink { parameter.cObject.file.maxW = 800 // max Breite des Popupbilds parameter.cObject.file.maxH = 600 // max Höhe des Popupbilds } } } } |
