[TYPO3-english] Re: FLUID Objectstorage

Mitja mitja.orlic at gmail.com
Tue Sep 10 14:34:31 CEST 2013


a code example of what I am trying to do is this:


<f:for each="{images}" iteration="imagesIteration" as="image">
            <f:if condition="{imagesIteration.isFirst}">
                <f:then>
                    <f:image width="800c" height="600c" style="width:100%;" src="{image.image}" alt="" title=""  />
                </f:then>
            </f:if>
        </f:for>

I think that the above example might be very slow so I would rather have only the first one displayed without the need of a <f:for>.


More information about the TYPO3-english mailing list