Hier ist ein kleines Typoscript zum öffnen
kleine Ergänzung zu pmkshadowbox > Maximale Bildgröße oder Bildhöhe
#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
}
}
}
}