This Wiki Plugin displays an image either inline or with styling and resizing. Images can be identified by URL address and, beginning with Tiki4, by ID for images in Tiki file or image galleries or attachments on the Tiki site. The image can be styled and resized and, with Tiki4, can be included in a styled box with the image description or name displayed. Also with Tiki4, images can be set to enlarge on mouseover, or via colorbox, or in a separate web page.
Below are the parameters for this plugin, categorized into tabs:
Examples
Image aligned right and hyperlinked
This code:
{img attId="39" imalign="right" link="http://info.tikiwiki.org" alt="Panama Hat"} This text after the img code will nevertheless be on the left because the image is right aligned. The text will also wrap around the image since the ''imalign'' parameter "floats" the image.
Would produce this on this site:
This text after the img code will nevertheless be on the left because the image is right aligned. The text will also wrap around the image since the imalign parameter "floats" the image.
Tip
See Controlling Wrapping if you need to further control the text or other elements are wrapping around your image
Avoid images being resized and relocated in Slideshows
This S5 slideshow engine in Tiki (see PluginSlideShow) resizes and relocates images automagically by deafult, in order to allow quickly show content, and a small thumbnail of the image at the upper right corner of the slide.
If you preffer to have the image shown at its original size and position, you can add the parameter class="fixedSize" to your img call. Example:
This code whould show the image as a small thumnail in the upper right corner of the slide:
code to allow resizing and relocating the image
{img src="display2" rel="box[g]" width="500"}
But this code would allow the image to be shown at the orignal size of 500px and at the same position where this code was written.
Use the Image Source field. The SEF must be enable in order to choose an image from the File Gallery. Otherwise you should enter "displayID" in the image source field where ID is the number of the image in the gallery
These keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):