フロントエンドのtypo3 neosにメディアギャラリーがあります。そして、コードで大きな画像を取得します
<a class="js-gallery" href="{f:uri.resource(resource: image.resource)}">
<media:image image="{image}" alt="{alternativeText}" title="{title}" maximumWidth="{maximumWidth}" maximumHeight="{maximumHeight}" />
大きな画像から画像のサムネイルを取得する必要があります。どうすればいいですか?