You will use that HtmlHelper like any helper. Just call a function and give it image list, height, width, and orientation.
<%=Html.JPhotoGalleryExt(new List<String>(){"img1.jpg","img2.jpg", 100,300, global::Orientation.Vertical) %>
User Comments
No comments posted yet.