Hi,
still not working.
This is what I have:
Using Lightbox web part->
Selected item transformation:
<img src="<%# GetFileUrl("lighboxImg") %>" alt="<%# Eval("FileName") %>" title="<%# Eval("FileName") %>" />
the code renders like this:
/getattachment/00000000-0000-0000-0000-000000000000/Almondie.aspx
When go to the image throw cmsde3sk and get its url and hard code it into the transformation it works:
http://localhost:1469/CMSPages/GetFile.aspx?guid=ebcd53cf-474d-48b7-b4e4-97cfa62a793f
Just reminding that all the images for this doc type are stored in the doc type itself as FILE type and do not show up in site tree.
Your help is much appreciated :)