We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c65146 commit 9b0ccf4Copy full SHA for 9b0ccf4
Resources/Private/Templates/ContentElements/ContactsCard.html
@@ -15,7 +15,7 @@
15
<div class="contacts-card__contacts-photo _img-overlay {f:cObject(typoscriptObjectPath:'lib.responsiveContactCards', data:image.uid)}"></div>
16
</f:then>
17
<f:else>
18
- <f:image class="img-responsive contacts-card__contacts-photo" image="{image}" maxWidth="{settings.defaultWidth}" cropVariant="default" />
+ <f:image class="img-responsive contacts-card__contacts-photo" image="{image}" maxWidth="{data.imagewidth}" maxHeight="{data.imageheight}" cropVariant="default" />
19
</f:else>
20
</f:if>
21
0 commit comments