[Typo3] Templa Voila Image Fields????
Chris Van Pelt
vanpelt at gmail.com
Sat Jun 4 01:40:43 CEST 2005
Thanks a bunch, it works great!
On 6/3/05, Bernhard Kraft <kraftb at kraftb.at> wrote:
> Chris Van Pelt wrote:
> > I was messing with an image field in a template of mine. I told it to
> > be fixed W + H, and only applied a height parameter in the image tag.
> > Templa voila seems to be cropping and resizing the image. It is also
> > converting my jpeg into a gif. How can I control this? Ideally the
> > image would be resized to a specific height, keeping the aspect ratio.
> > Any idea's??
> >
> > Thanks
>
> Click on the Icon of the DS containing the Image field and select "Edit"
> you will see the XML of the DS.
>
> Search for
>
> <field_myfield type"array">
> ...
> <TypoScript>
> 10 = IMAGE
> 10. blabla
>
> # Define here:
> # 200 pixels width, keep aspect ratio
> 10.width = 200m
> # High quality jpg's
> 10.format = jpg
> 10.quality = 90
> </TypoScript>
> </field_myfield>
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list