TYPO3 uses crop images how can I avoid this

2019-08-22 23:35发布

I use the ws_Flexslider plugin for display a slider on my TYPO3 page.

Problem is that the plugin uses croped pictures. Is it possible to use non croped pictures?

thanks in advance.

1条回答
淡お忘
2楼-- · 2019-08-22 23:52

In Entry.html partial you have this line which renders your image :

<f:image src="{item.falImage.uid}" treatIdAsReference="1" title="{item.falImage.originalResource.title}" alt="{item.falImage.originalResource.alternative}" width="{settings.maxwidth}" height="{settings.maxheight}" />

You can set the settings.maxwidth and settings.maxheight in you typoscript constants to get the desired behavior.

查看更多
登录 后发表回答