[TYPO3-mvc] Fluid img Question

S.Korth s.korth at dms-arts.com
Mon Feb 1 15:30:13 CET 2010


Franz Koch schrieb:
> Hey,
> 
>> 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>
>>
>> My problem is, the images are still the same small images without any
>> change in height scaling. What iam doing wrong ?
> 
> what is the original resolution of the images? As Susanne already 
> mentioned, if upscaling is disabled (be it via TS or in the 
> INSTALL_TOOL) the won't get upscaled. The viewHelper is working just 
> fine for me, so it must be a general TYPO3 setting bugging you.
> 


I checked server log files and it could be an imagemagick configuration 
problem. I test it.


More information about the TYPO3-project-typo3v4mvc mailing list