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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.