[TYPO3] FCE image element with variable dimensions
Nagita Karunaratne
Nagita.k at gmail.com
Sat Mar 15 09:21:45 CET 2008
I want to create an Templavoila FCE with Image elements that have a
variable width and height taken from a variable set in the template.
Is this possible?
eg. when you edit the XML...
<TypoScript>
10 = IMAGE
10.file = GIFBUILDER
10.file {
XY = 172,115 <-- change this to a variable
10 = IMAGE
10.file.import = uploads/tx_templavoila/
10.file.import.current = 1
10.file.import.listNum = 0
10.file.maxW = 172 <-- change this to a variable
10.file.minW = 172 <-- change this to a variable
10.file.maxH = 115 <-- change this to a variable
10.file.minH = 115 <-- change this to a variable
}
</TypoScript>
Is this possible?
Thanks.
More information about the TYPO3-english
mailing list