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