FrontPage 

Fuego wiki

Login

Image Gallery Help

This processor allows the user to show a set of images in a gallery format.

The block has the configuration for the gallery, including a list of images for the gallery (which may include wildcards)

Here are the items you can configure for this processor

  • images = list of images (with wildcards)
    • this is a multi-line value Each image line should be of the format:
      • filename.jpg
      • http://url/image.jpg
      • re:DSC50.*.jpg - use the prefix 're:' to indicate a regular expression
    • you can have blank lines, and commented out image names (preceding #)
  • height = specify the height of the images, in pixels
  • width = specify the width of the images, in pixels
  • columns = max number of columns to show
  • full_width = width of full-size view
  • full_height = height of full-size view
  • full_style = specify a custom CSS style block for full-size view
    • must start and end with <style></style>, and contain valid CSS

example:

{{{#!ImageGallery
images="""DSC001.JPG
DSC002.JPG
re:DSC50.*.JPG
"""
height=200
columns=3
full_height=600
}} }

TBWiki engine 1.9.1 by Tim Bird
TBWiki engine 1.9.1 by Tim Bird