in my fluid template I create an image with
<f:media file=" {post.teaserAssetsWide.0}" width="708" height="398" />
Is there a way to get just the path of the image like "domain.com/path.jpg" ?
Edit: {post.teaserAssetsSquare.0.originalResource.publicUrl} is the relative path for the image. But the domain is still missing