Image
Render an image or picture.
Demo
Basic example
Attributes
Attribute | Type | Description |
---|---|---|
type | string | Type expected is image |
value | string | URL source of the image |
See section Common attributes.
Extra attributes
Attribute | Type | Description |
---|---|---|
linkUrl | string | URL to go when click |
linkTarget | boolean | Native link target: _self , _blank , etc. |
refreshTime | number | Number of ms to reload |
tooltip | string | Text to show on hover |
maxHeight | number | If set, it defines the maximum height of the image in pixels, width will be proportionally dimensioned |
When to use it
Provides similar functionality as a native HTML <image>
.
Use it to show images with enhanced behavior.