[TYPO3-german] Bildergröße in Typo3

d.ros projects at r-system.de
Thu Oct 17 08:39:43 CEST 2013


Am 17.10.2013 08:22, schrieb Hans-Peter M.:
> Hi,
>
> ich habe folgendes Problem:
> Generell sollen Bilder auf meiner Seite max. 300 Px breit sein.
>
> Das mach ich so:
> # Maximale Bildgroessen
> tt_content.image.20.maxW = 300
> tt_content.image.20.maxH = 300
>
>
>
> Jetzt benötige ich auf einigen Seite Bilder, die größer sind.
> Hat mir da jemand einen praktikablen Tipp, wie ich das am Besten erreiche?
>
>
> Gruß
> Hans-Peter
>

Du hast mehrere Möglichkeiten

die aber alle auf CONDITIONS #1 zurückzuführen sind:

- [page|layout = 1]
- [treeLevel = levelnumber, levelnumber, ...]
- [PIDinRootline = pages-uid, pages-uid, ...]
- [PIDupinRootline = pages-uid, pages-uid, ...]
- [globalVar = TSFE:id = 10|12|15]
- u.v.m

## Anwendung

tt_content.image.20.maxW = 300
tt_content.image.20.maxH = 300

[globalVar = TSFE:id = 10|12|15]

tt_content.image.20.maxW = 400
tt_content.image.20.maxH = 400

[global]



#1 
http://docs.typo3.org/typo3cms/TyposcriptReference/stable/singlehtml/Index.html#conditions

Cheers

David


More information about the TYPO3-german mailing list