Or maybe the image viewhelper from <neos.media:image image="{element.properties.previewImage}" /> (I can’t remember if that’s the right syntax, but look in the viewhelper file for all the attributes
Thank you for your answer! The neos.media viewhelper is working
Its still strange that this works:
{neos.media:uri.image(image: element.properties.previewImage)}
and this not:
{f:uri.resource(resource: element.properties.previewImage.originalResource)}
Edit:// Ok now i got it… its like you said: not originalResource! Its resource .
i was very confused because its still originalResource in the stable documentation