herogallery
[herogallery, folder(, size = l, style, auto = yes, pause = no, hero = yes)]
with keys
[herogallery, folder=(, size=l, style=, auto=yes, pause=no, hero=yes)]
Display a gallery of images from an images folder.
Parameters
folder - name of images folder
size - optional size to display the image at:
x = extra large 2000 x 2000
l (default) = large 1000 x 1000
m = medium 500 x 500
s = small 200 x 200
css-styles - optional parameter specifying css styles to be applied to the gallery
auto - automatically changes to next image after x seconds
no = off
yes (default) = 5 seconds
n = n seconds
pause - pauses when the mouse pointer is over the gallery
yes = pause when mouse over
no (default) = change while mouse over
hero - full-page hero gallery with covering images
no = hero off
yes (default) = hero on
See Also
[herosection][gallery]css-stylesimagesChanges
1.37 - accepts key=value pairs as parameters
Examples
Example#1 image gallery
[herogallery, travel]
Output:
5
5
image.php?section=hero&name=image1.jpg&type=
image.php?section=hero&name=image2.jpg&type=
image.php?section=hero&name=image4.jpg&type=
Notes
To hide the arrow buttons:
#folderImages .GalleryNav {
display:none;
}