Image Gallery Help
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 #)
- this is a multi-line value Each image line should be of the format:
- 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 }} }