Gallery
|
Current version | 0.3 |
| Author |
Aisti Visit Aisti's site |
Currently you are only able to download controls through Bildy Editor.
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>
show |
Can be:
|
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). |