Hi,
I want to display images from a particular folder within my media library, I have uploaded them into 3 different folders, and have included the lightbox web part on my page, however nothing is appearing on the page. The container/javascript code/etc are all there, it just appears there's no items in the datasource.
Here is my code:
<%@ Register Src="~/CMSWebParts/Viewers/Effects/lightbox.ascx" TagName="lightbox" TagPrefix="uc1" %>
<uc1:lightbox id="lightbox" runat="server" path="/media/images/Gallery/Product/%" pagingmode="QueryString" ClassNames="CMS.File" TransformationName="CMS.File.Lightbox" SelectedItemTransformationName="CMS.File.ImageGallery_detail800" EnablePaging="True" PagerPosition="bottom" PageSize="12" LightBoxOverlayOpacity="0.7" visible="true" />
I have tried changing the path to /images/Gallery/Product/%, /images/%, even tried leaving it blank but with the same result. I have confirmed the transformations are all there.
I have tried calling lightbox.ReloadData() in the code behind, but with the same result.