[TYPO3-dev] Fluid and images resized automatically

bernd wilke t3ng at bernd-wilke.net
Mon Jun 8 12:58:47 CEST 2015


Am 08.06.15 um 12:31 schrieb Florian Rival:
> Hi everyone,
>
> I have a problem with an image in a fluid template, the image is
> automatically resize and I don't want that.
>
> Here is the Fluid code :
>
> <a href="{v:site.url()}" tabindex="1">
>      <f:image src="{f:uri.image(src:
> 'EXT:myext/Resources/Public/images/logo.png')} " alt="Alt text"/>
> </a>
>
> and the result is :
>
> <a href="http://xxx.com" tabindex="1">
>      <img alt="Alt text"
> src="typo3conf/ext/myext/Resources/Public/images/logo.png" height="58"
> width="404">
> </a>
>
> Who have an idea where height and width are taken from ?
>

in general from the image, but there could be some global configuration 
restricting images to a maximum in width or height.

bernd
-- 
http://www.pi-phi.de/cheatsheet.html



More information about the TYPO3-dev mailing list