Display images in difrrent folder from Digibiz Advanced Media Picker
Hello
I have muliple places on my webiste i want to place images uploades from Digibiz Advanced Media Picker 2.0.
They are uploaded in separate folders så images placed in a "DIV A" is uploaded in one folder and images uploaded in another folder belongs to "DIV B".
Now it's like this and it's posting images from all folders:
Display images in difrrent folder from Digibiz Advanced Media Picker
Hello
I have muliple places on my webiste i want to place images uploades from Digibiz Advanced Media Picker 2.0.
They are uploaded in separate folders så images placed in a "DIV A" is uploaded in one folder and images uploaded in another folder belongs to "DIV B".
Now it's like this and it's posting images from all folders:
<xsl:for-each select="$currentPage//mediaItem/Image">
<li>
<img src="{umbracoFile}" alt="bild"/>
</li>
</xsl:for-each>
Is there an easy way to do this? anyone width examples?
Thank you.
is working on a reply...