Roxen Interactive RXML Help
<imgs/>
Generates an image tag with the correct dimensions in the width and height attributes. These dimensions are read from the image itself, so the image must exist when the tag is generated. The image must also be in GIF, JPEG/JFIF, PNG, PSD or TIFF format. Note that the image content is not converted.
See also the <emit source="imgs"> for retrieving the same image information without generating the output tag.
Attributes
- src
- src=string
This attribute is required.
The path to the file that should be shown.
- alt
- alt=string
Description of the image. If no description is provided, the filename (capitalized, without extension and with some characters replaced) will be used.
- quiet
- quiet=string
If provided, silently ignore run-time errors such as image not found.
All other attributes will be inherited by the generated img tag.

