Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I used to be able to display an image saved in an 'upload' property of a node using this
<img src="{concat(substring-before(data [@alias='thumbnail'],'.'), '.jpg')}" />
ive just started a new site in v4.5 and this no longer works. How do i do this now?
I believe you would just use thumbnail
<img src="{concat(substring-before(thumbnail,'.'), '.jpg')}" />
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
xslt get property has changed in umbraco v4.5
I used to be able to display an image saved in an 'upload' property of a node using this
<img src="{concat(substring-before(data [@alias='thumbnail'],'.'), '.jpg')}" />
ive just started a new site in v4.5 and this no longer works. How do i do this now?
I believe you would just use thumbnail
is working on a reply...