Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save markhowellsmead/9829609 to your computer and use it in GitHub Desktop.

Select an option

Save markhowellsmead/9829609 to your computer and use it in GitHub Desktop.
<f:if condition="{image}">
<v:var.set name="falImage" value="{v:content.resources.fal(field: 'image') -> v:iterator.extract(key: 'id') -> v:iterator.first()}"/>
<div class="module image">
<v:resource.image
identifier="{falImage}"
width="676c"
height="237"
alt="{falImage.alternative}"
/>
</div>
</f:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment