Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created September 22, 2017 11:38
Show Gist options
  • Save ABooooo/653558fb1e9f43d5e5e99237139c6576 to your computer and use it in GitHub Desktop.
Save ABooooo/653558fb1e9f43d5e5e99237139c6576 to your computer and use it in GitHub Desktop.
MASK - get image path
// compare with autogenerated code
<div class="boxContent" style="background-image: url(
<f:if condition="{data_item.tx_mask_bgimage}">
<f:for each="{data_item.tx_mask_bgimage}" as="file">
<f:uri.image src="{file.publicUrl}" />
</f:for>
</f:if>
);">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment