[Wiki] How to have images properly displayed
Full-width image, that enlarges in a box when you click it:
{src/id/fileId="path/to/your/image.jpg" thumb="y" max="760" rel="box"}
src OR id OR fileId : image location
thumb : whether the image is a thumbnail that links to full-size
max : maximum width of the thumbnail (not the full image)
Why "760"? Because the wiki body is 760px large.
rel="box" : causes image to enlarge to a box
Floating images:
Use attribute imalign (left/center/right).
More info here: http://doc.tiki.org/PluginImg
Full-width image, that enlarges in a box when you click it:
{src/id/fileId="path/to/your/image.jpg" thumb="y" max="760" rel="box"}
src OR id OR fileId : image location
thumb : whether the image is a thumbnail that links to full-size
max : maximum width of the thumbnail (not the full image)
Why "760"? Because the wiki body is 760px large.
rel="box" : causes image to enlarge to a box
Floating images:
Use attribute imalign (left/center/right).
More info here: http://doc.tiki.org/PluginImg


