hi there,
I am using the Lightbox Webpart and would like the thumbnail size to differ from the image that appears in the pop-up window. How and where do I set the dimensions for the main pop-up window image?
This is my transformation code:
<a href="<%# GetDocumentUrl() %>" rel="lightbox-[group]" rev="<%# Eval("NodeAliasPath") %>"
title="<%# Eval("FileDescription") %>"><img width="150" border="0" src="<%# GetFileUrl("FileAttachment") %>
alt="<%# Eval("FileName") %>" /></a>
setting the width="150" is correct for the thumbnail but this also reflects the main image.
Thank you.