Closed Eumolp closed 7 years ago
use src AND treatIdAsReference="1":
<f:image src="{image.uid}" treatIdAsReference="1" />
Hi @Eumolp , sorry for commenting here, but I ran into the same problem, but your solution isn't working in my case, I'm sure, that I make something wrong... Can you please post your whole working code, I want to look to the "<f:for each" section that's surrounding the "<f:image" Thanks in Advance Uli
Hi Ulrich,
Would you mind to share you code (maybe even in a new issue) to find your problem?
Hi, this is the generated Code:
`
</f:for> </f:if>` My Problem: How to get the Preview Image.
Hi Ulrich,
you should get your preview image with <f:image src="{item.uid}" treatIdAsReference="1" />
Yes, that works, but why now? I swear, I tried this before... ;) Thanks a lot!
Hello.
Created a simple CE with repeating elements. Text and one/more image/s. the Mask elements works fine in FE and BE. exporting this element does not work: the fluid template in BACKEND does NOT render the Image
fluid:
This fails with a crash:
Removing the...</f:for> works.
What ist the diefference of the MASK and the exported version?
Thank you for your help and/or fixing this issue.
using: T3 V8.7 and the latest export_mask from GIT
Christian