Merge branch 'hotfix/teaser-image-quality'

This commit is contained in:
Björn Fromme
2020-02-17 15:36:58 +01:00
@@ -110,12 +110,9 @@
<f:section name="PictureTag">
<f:if condition="{image}">
<picture class="searchresult-item__image">
<source media="(max-width: 768px)" data-srcset="{f:uri.image(image: image, width: '220', height: '130c-100')} 220w"/>
<source media="(max-width: 1200px)" data-srcset="{f:uri.image(image: image, width: '280', height: '220c-100')} 280w"/>
<source media="(min-width: 1201px)" data-srcset="{f:uri.image(image: image, width: '260', height: '200c-100')} 260w"/>
<img class="scale lazyload" title="{image.title}" alt="{image.alternative}"
src="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/lazy.png', width: '260', height: '200')}"
data-src="{f:uri.image(image: image, width: '260', height: '200c-100')}"
src="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/lazy.png', width: '640')}"
data-src="{f:uri.image(image: image, width: '640')}"
>
</picture>
</f:if>