TYPO3 uses crop images how can I avoid this

人盡茶涼 提交于 2019-12-13 03:14: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:


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.



来源:https://stackoverflow.com/questions/46631881/typo3-uses-crop-images-how-can-i-avoid-this

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!