Hi,
I would like to have a different image for lightbox thumbnail.
I cloned lightbox webpart and added a new attribute to its Properties, named it "ThumbPath" .
When I add the new webpart in design mode i select the path for lightbox image + path for thumbnails.
I created this transformation:
<a href="<%# GetDocumentUrl() %>" rel="lightbox[group]" rev="<%# Eval("NodeAliasPath") %>" title="<%# Eval("FileDescription", true) %>"><img src="<%# GetFileUrl("ThumbPath") %>?maxsidesize=150" alt="<%# Eval("FileName", true) %>" width="100px" height="100px" /></a>
but no luck. Ie changed the transformation a few time but with no luck.
What should I do to achieve this functionality?
THANKS