Gallery

fi.aisti.gallery

Gallery
Current version0.3
Author Aisti
Visit Aisti's site

Download now

Currently you are only able to download controls through Bildy Editor.

Description

Add multiple images in a single page.

You can show all images in the control in a controlled manner like this:

<b:page.gallery>
     <b:before><h3>All images in a list</h3><ul></b:before>
     <li><img src="<b:data/>" alt="<b:page.metadata.name/>"/></li>
     <b:after></ul></b:after>
</b:page.gallery>

Documentation

Attributes for output tag:

show

Can be:

  • raw - Outputs the JSON array of the image paths.
  • tag - Creates an image tag showing the image. Tags that are not defined for this control are passed to the image tag.

image

Output a certain numbered image from the images in gallery. Numbering starts from 1.

suffix

Returns the file names with a given suffix (cheese.jpg -> cheese_suffix.jpg).