【发布时间】:2018-06-29 09:43:25
【问题描述】:
我在我的流媒体模板中使用以下语法来呈现新闻中的媒体文件:
<f:for each="{v:content.resources.fal(field: 'fal_media',table:'tx_news_domain_model_news',uid:'{newsItem.uid}')}" as="singleImage">
<div style="background-image: url({singleImage.url})" class="teaser__image"></div>
</f:for>
德语是我的默认语言,英语是覆盖语言。在英文新闻中,我实现了不同的媒体图像,但只显示了德文(默认)图像。如何渲染英文媒体图像?
【问题讨论】: