Function DisplayImage
Outputs a html image
DisplayImage([URL],[WIDTH],[HEIGHT],[STYLE],[ALT],[TITLE],[ID],[BORDER])
Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | required | n/a | URL | The image url |
| 2 | integer | optional | n/a | WIDTH | The width of the image in pixels |
| 3 | integer | optional | n/a | HEIGHT | The height of the image in pixels |
| 4 | string | optional | n/a | STYLE | The image style |
| 5 | string | optional | n/a | ALT | The image alt |
| 6 | string | optional | n/a | TITLE | The image title |
| 7 | string | optional | n/a | ID | The image id |
| 8 | integer | optional | 0 | BORDER | The image border size |
Returns
The html image
Examples
Example to outputting an image
{{DisplayImage("https://estatesit.info/content/images/logo.png",100)}}
