[TYPO3-mvc] Fluid img Question

S.Korth s.korth at dms-arts.com
Mon Feb 1 14:34:20 CET 2010


Susanne Moog schrieb:
> Hey,
> 
> S.Korth wrote:
>> Hey all,
>>
>> i thought i could render images with for example:
>>
>> <f:for each="{bilder}" as="bild">
>>
>>    <f:image src="fileadmin/referenzen/{bild}" alt="{projekt.name}"
>> height="400" minHeight="400" maxHeight="400" />
>>
>> </f:for>
> 
> just a wild guess: have you tried writing height="400px" instead of just
> 400? And if the original images are smaller have a look in your install
> tool if upscaling is allowed.
> 
> HTH,
> 
> Susanne
> 

Hey Susanne,

even with upscaling="1" and height="400px" no changes. The viewhelper 
renders the image tag, but doesnt render sizes like height. :-(

Sascha


More information about the TYPO3-project-typo3v4mvc mailing list