[Neos] Image thumbnails

Andrew Omelyanchuk omelandr at gmail.com
Thu Feb 12 11:16:52 CET 2015


I have a media gallery in typo3 neos on frontend. And I get big image with code

<a class="js-gallery" href="{f:uri.resource(resource: image.resource)}">
<media:image image="{image}" alt="{alternativeText}" title="{title}" maximumWidth="{maximumWidth}" maximumHeight="{maximumHeight}" />
</a>
I need to get image thumbnails from big image. How can I do it?



More information about the Neos mailing list