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