rollimage
[rollimage, name(, width=full, style, alt, id, size)]
with keys
[rollimage, name=(, width=full, style=, alt=, id=, size=)]
Display a "roll-over" image while retaining the aspect ration, from the "images/various" folder, unless a folder is included in the image name.
Parameters
name - image name including extension
width - optional width to display the image at:
full (default) = 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 size 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
alt - optional text describing the image, necessary for high SEO scoring
id - optional image id
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)
See Also
[image][imagewall]imagescss-stylesChanges
1.44 - class parameter added
1.42 - size parameter added
1.37 - accepts key=value pairs as parameters
Examples
Example#1 single image as page link
[page,home]
[rollimage, image.jpg, full]
[pageend]
Output:
Notes