Streamline image rendering in disturber elements

This commit is contained in:
Björn Fromme
2022-03-09 12:02:34 +01:00
parent 4eda6668dc
commit ecfa7eb10b
4 changed files with 4 additions and 4 deletions
@@ -15,7 +15,7 @@
<f:if condition="{image}">
<ep:lazyLoadImage image="{image}"
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"
height="400c"
alt="{image.alternative}"
@@ -11,7 +11,7 @@
<f:if condition="{image}">
<ep:lazyLoadImage image="{image}"
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"
alt="{image.alternative}"
title="{image.title}" />
@@ -11,7 +11,7 @@
<f:if condition="{teaserImage}">
<ep:lazyLoadImage image="{teaserImage}"
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"
alt="{teaserImage.alternative}"
title="{teaserImage.title}" />
@@ -13,7 +13,7 @@
<f:if condition="{teaserImage}">
<ep:lazyLoadImage image="{teaserImage}"
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"
height="400c"
alt="{teaserImage.alternative}"