I use the following syntax in my fluid template to render the media files in news:
<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>
German is my default language, English the overlay language. In the English news I have implemented a different media image, but only the German (default) image is shown. How can I render the English media image?