Skip to content

Commit 872c7c9

Browse files
committed
TASK: Disable async image uris in imageteaser as it causes issues with the thumbnail
1 parent 1539e56 commit 872c7c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DistributionPackages/Neos.NeosIo/Resources/Private/Fusion/Content/ImageTeaser.fusion

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ prototype(Neos.NeosIo:ImageTeaser) < prototype(Neos.Neos:ContentComponent) {
4343
allowCropping={true}
4444
width={props.width}
4545
height={props.height}
46-
async={true}
4746
attributes.class="imageTeaser__image"
4847
attributes.alt={props.alternativeText}
4948
attributes.style={'max-height: ' + props.maximumHeight + 'px;'}

0 commit comments

Comments
 (0)