<imgs/>
Provided by module: Tags: RXML tags
Generates a 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
or PNG format.
Attributes
- src="string"
-
The path to the file that should be shown.
- alt="string"
-
Description of the image. If no description is provided, the filename
(capitalized, without extension and with some characters replaced) will
be used.
All other attributes will be inherited by the generated img tag.