admin
-
3/23/2006 2:30:43 PM
Re: Problems with Image Gallery
Hello,
Regarding the first question: if you want to control the size, you need to modify the preview transformation and add additional URL parameter to the GetFile.aspx call like this:
ImageUrl='<%# ResolveUrl( "~/GetFile.aspx?maxsidesize=100&filepath=" + Kentico.CMS.CMSDesk.Functions.UrlPathEncode(DataBinder.Eval(Container, "DataItem.GalleryTeaser"))) %>'
Best Regards,
|