image
The image
object contains following attributes:
Object Fields
Field | Data Type | Description |
---|---|---|
image.id | Number | Returns the id of the image. |
image.src | String | Returns the source url of the image. |
image.url | String | Returns the source url of the image. Alias for image.src |
Code Example
<a href="" target="_blank">
<img alt="{{ image.alt }}" src="{{ image.src }}">
</a>
Updated about 1 year ago