Web Development Office
Immaculata Hall, 90
Visit our office
Mon. - Fri. 8:30a - 4:30p
570-348-6211 x2340
For example, to make a photo gallery of Marywood Buildings, put all photos in a folder called "marywood_buildings" and they will appear on the page as thumbnails that will enlarge using a lightbox. Choose features such as thumbnail width & height, showing photo titles, or including subgalleries on the page.
To change the descriptions seen in the lightbox, navigate within the system to the folder that the images were uploaded in. Double-click on the image you'd like to update, and change the description. Hit Save & Publish and your new description will show up.
##call the source file
#set( = "/global/velocity/gallery.vtl")
##choose your options
#set($thumbnailWidth=110)
#set($thumbnailHeight=80)
#set($showSubgalleryTitle = false)
#set($showPhotoTitle = false)
##Pick the folder that has the pictures.
#photoGallery('/global/images/marywood_buildings')
## make sure you clear afterwards or
## following content may mash up.
<div style="clear:both;"></div>
|