kentico_radekm
-
8/19/2009 3:23:25 AM
RE:Image Gallery on aspx template page
Hello.
Could you please try to put this code into your ASPX page?
<uc1:ImageGallery runat="server" ID="ImageGallery" DetailTransformation="CMS.File.imagegallery_detail600" ThumbnailTransformation="CMS.File.imagegallery_thumbnails180" RowsPerPage="2" Columns="3" PagingMode="querystring" />
Please check that used transformations exists on your site (Site Manager -> Development -> Document types -> edit CMS.File -> Transformations tab).
You can also set Path property where your images are saved (e.g. Path = "/Images/%") - this mean all images under /Images folder. Inside this folder (or a folder defined in Path property) you can add new images in CMSDesk, or using API.
Best Regards, Radek Macalik
|