imageTag()
Description
Returns an img tag and will (if the image is stored in the local images folder) set the width, height, and alt attributes automatically for you.
Function Syntax
imageTag(source)
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
source |
string |
Yes | |
Image file name if local or full URL if remote. |
Examples
#imageTag("logo.png")#
