Merge tag '2019.09-04' into develop
2019.09-04
This commit is contained in:
@@ -103,7 +103,8 @@
|
||||
}
|
||||
|
||||
&--social-media {
|
||||
height: 200px;
|
||||
height: 0;
|
||||
padding-bottom: 100%;
|
||||
background-size: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,8 +115,10 @@
|
||||
<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" data-src="{f:uri.image(image: image, width: '260', height: '200c-100')}"
|
||||
title="{image.title}" alt="{image.alternative}">
|
||||
<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')}"
|
||||
>
|
||||
</picture>
|
||||
</f:if>
|
||||
</f:section>
|
||||
|
||||
@@ -16,9 +16,10 @@
|
||||
<source media="(max-width: 512px)" data-srcset="{f:uri.image(
|
||||
image: image, width: '350', height: '175c-100'
|
||||
)} 350w"/>
|
||||
<img class="scale lazyload" data-src="{f:uri.image(
|
||||
image: image, width: '500', height: '250c-100'
|
||||
)}" title="{image.title}" alt="{image.alternative}">
|
||||
<img class="scale lazyload" title="{image.title}" alt="{image.alternative}"
|
||||
src="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/lazy.png', width: '500', height: '250')}"
|
||||
data-src="{f:uri.image(image: image, width: '500', height: '250c-100')}"
|
||||
>
|
||||
</picture>
|
||||
</f:then>
|
||||
<f:else>
|
||||
@@ -43,10 +44,10 @@
|
||||
src: 'EXT:ep_theme/Resources/Public/images/header-winter.jpg',
|
||||
width: '350', height: '175c-100'
|
||||
)} 320w"/>
|
||||
<img class="scale lazyload" data-src="{f:uri.image(
|
||||
src: 'EXT:ep_theme/Resources/Public/images/header-winter.jpg',
|
||||
width: '500', height: '250c-100'
|
||||
)}" title="" alt="">
|
||||
<img class="scale lazyload" title="" alt=""
|
||||
src="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/lazy.png', width: '500', height: '250')}"
|
||||
data-src="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/header-winter.jpg', width: '500', height: '250c-100')}"
|
||||
>
|
||||
</picture>
|
||||
</f:else>
|
||||
</f:if>
|
||||
|
||||
@@ -13,9 +13,10 @@
|
||||
<source media="(max-width: 768px)" data-srcset="{f:uri.image(
|
||||
image: image, width: '320', height: '140c-100'
|
||||
)} 320w"/>
|
||||
<img class="scale lazyload" data-src="{f:uri.image(
|
||||
image: image, width: '260', height: '160c-100'
|
||||
)}" title="{image.title}" alt="{image.alternative}">
|
||||
<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: '160')}"
|
||||
data-src="{f:uri.image(image: image, width: '260', height: '160c-100')}"
|
||||
>
|
||||
</picture>
|
||||
</f:then>
|
||||
<f:else>
|
||||
|
||||
Reference in New Issue
Block a user