[Typo3-dev] imgResource => alt-Tag?
Georg Ringer
spam at ringerge.org
Fri Sep 16 16:26:16 CEST 2005
Hello,
I use the following code to manipulate/generate an image:
$imgTSConfig = Array();
$imgTSConfig['file'] = $path;
$imgTSConfig['file.']['maxW'] = $this->config['width'];
$imgTSConfig['file.']['maxH'] = $this->config['height'];
and I also want to create a alt-tag and I don't know how...
I didn't find anything in the tsref,
http://typo3.org/documentation/document-library/doc_core_tsref/imgResource/,
is there anything I haven't seen?
many thanks
georg
More information about the TYPO3-dev
mailing list