[TYPO3-english] Max image width constant

Christian Essl essl at incert.at
Wed Nov 16 13:20:33 CET 2011


You can change it with renderObj like this:

LEFT_COLUMN = CONTENT
LEFT_COLUMN {
 	table = tt_content
  	select.where = colPos = 2
  	
	renderObj {
          		image.20 {
           			 maxW = 160
           			 maxW.override.data = 1
            			maxWInText = 160
            			maxWInText.override.data = 160
          		}	
      	 }
 }

-----Ursprüngliche Nachricht-----
Von: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] Im Auftrag von Stephen Bungert
Gesendet: Mittwoch, 16. November 2011 12:38
An: typo3-english at lists.typo3.org
Betreff: [TYPO3-english] Max image width constant

With the constant editor you can set the max width of an image, is there away to change this by column? Not all columns have the same width. Must I use css, or can I do this by TypoScript?

Stephen. 


_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list