imagelist
[imagelist, folder(, size=l, width=75%, style, class, lazyload)]
with keys
[imagelist, folder=(, size=l, width=75%, style=, class=, lazyload=)]
Display a list of images retaining the aspect ratio from an image folder.
Parameters
folder - name of images folder
size - optional image size (pixels max):
x = x-large (2000 x 2000)
l = large (1000 x 1000)
m = medium (500 x 500)
s = small (200 x 200)
width - optional width to display the image at:
full = actual image width up to 100% of the container layer width
% of width with padding:1%
100% = 97% container layer width
75% = 72% container layer width
66% = 63% container layer width
50% = 47% container layer width
33% = 30% container layer width
25% = 20% container layer width
number of same width images filling a line
x1 = 97% container layer width
x2 = 47% container layer width
x3 = 30% container layer width
x4 = 20% container layer width
style - optional css formatting
class - optional image class name
lazyload - add Lazy class to images
See Also
[image]imagescss-stylesChanges
1.57 - updated, lazyload parameter added
1.56 - updated, access to library images
Examples
Example#1 images/transport folder
[imagelist, transport]
Output:
Example#2 images/transport folder 3 across
[imagelist, folder=transport, width=x3]
Output:
Notes