Fix incorrect usage of argument
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<f:if condition="{contact.image}">
|
<f:if condition="{contact.image}">
|
||||||
<f:then>
|
<f:then>
|
||||||
<f:image class="team__image" src="{contact.image.uid}" treatIdAsReference="1"
|
<f:image class="team__image" src="{contact.image.uid}" treatIdAsReference="1"
|
||||||
crop="{contact.image}" alt="{contact.image.alternative}"/>
|
alt="{contact.image.alternative}"/>
|
||||||
</f:then>
|
</f:then>
|
||||||
<f:else>
|
<f:else>
|
||||||
<img src="https://placehold.it/600x400" alt="" class="team__image">
|
<img src="https://placehold.it/600x400" alt="" class="team__image">
|
||||||
|
|||||||
Reference in New Issue
Block a user