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've spotted a couple of broken links in previous posts but can't find the documentation.
this post should solve your isse (hopefully)http://our.umbraco.org/forum/developers/xslt/6845-Help-with-XSLT-and-image-thumbnailssomething like this should help too:
<xsl:variable name="pic" select="umbraco.library:GetMedia($img1, 'true')/umbracoFile" /><img><xsl:attribute name="src"><xsl:value-of select="concat(substring-before($pic,'.'),'_square320.',substring-after($pic,'.'))" /></xsl:attribute></img>
Nice one, cheers!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Where's the documentation on the XSLT for outputting image cropper files?
I've spotted a couple of broken links in previous posts but can't find the documentation.
this post should solve your isse (hopefully)
http://our.umbraco.org/forum/developers/xslt/6845-Help-with-XSLT-and-image-thumbnails
something like this should help too:
Nice one, cheers!
is working on a reply...