Streamline image rendering in disturber elements
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<f:if condition="{image}">
|
<f:if condition="{image}">
|
||||||
<ep:lazyLoadImage image="{image}"
|
<ep:lazyLoadImage image="{image}"
|
||||||
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
||||||
class="block w-full h-auto"
|
class="block w-full h-auto rounded-full"
|
||||||
width="400"
|
width="400"
|
||||||
height="400c"
|
height="400c"
|
||||||
alt="{image.alternative}"
|
alt="{image.alternative}"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<f:if condition="{image}">
|
<f:if condition="{image}">
|
||||||
<ep:lazyLoadImage image="{image}"
|
<ep:lazyLoadImage image="{image}"
|
||||||
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
||||||
class="block w-full h-auto"
|
class="block w-full h-auto rounded-full"
|
||||||
width="400"
|
width="400"
|
||||||
alt="{image.alternative}"
|
alt="{image.alternative}"
|
||||||
title="{image.title}" />
|
title="{image.title}" />
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<f:if condition="{teaserImage}">
|
<f:if condition="{teaserImage}">
|
||||||
<ep:lazyLoadImage image="{teaserImage}"
|
<ep:lazyLoadImage image="{teaserImage}"
|
||||||
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
||||||
class="block w-full h-auto"
|
class="block w-full h-auto rounded-full"
|
||||||
width="400"
|
width="400"
|
||||||
alt="{teaserImage.alternative}"
|
alt="{teaserImage.alternative}"
|
||||||
title="{teaserImage.title}" />
|
title="{teaserImage.title}" />
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<f:if condition="{teaserImage}">
|
<f:if condition="{teaserImage}">
|
||||||
<ep:lazyLoadImage image="{teaserImage}"
|
<ep:lazyLoadImage image="{teaserImage}"
|
||||||
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
||||||
class="block w-full h-auto"
|
class="block w-full h-auto rounded-full"
|
||||||
width="400"
|
width="400"
|
||||||
height="400c"
|
height="400c"
|
||||||
alt="{teaserImage.alternative}"
|
alt="{teaserImage.alternative}"
|
||||||
|
|||||||
Reference in New Issue
Block a user