[TYPO3-german] Bildergröße abhängig von Spalte und Layout
Marco Brüggemann
marco at schauart.de
Wed Apr 20 19:37:19 CEST 2011
Hallo,
Ich möchte die maximale Bildgröße der Inhalte abhängig vom LAYOUT und
abhängig von der SPALTE, in welcher sich der Inhalt befindet, ausgeben.
Dieses hier funktioniert sehr gut, aber leider sind dann ALLE Bilder
dieses Layouts betroffen:
[globalVar = TSFE:page|layout = 0]
styles.content.imgtext.maxWInText=100
styles.content.imgtext.linkWrap.width=100
styles.content.imgtext.maxW=100
[global]
füge ich die Fallunterscheidung für die Spalte hinzu, geht leider nichts
mehr:
[globalVar = TSFE:page|layout = 0]&&[globalVar = TSFE:tt_content|colPos = 0]
styles.content.imgtext.maxWInText=100
styles.content.imgtext.linkWrap.width=100
styles.content.imgtext.maxW=100
[global]
Könnt ihr mir bitte helfen?
Ostergrüße an alle .. Marco
More information about the TYPO3-german
mailing list