The image object contains following attributes:


Object Fields

FieldData TypeDescription
image.idNumberReturns the id of the image.
image.srcStringReturns the source url of the image.
image.urlStringReturns the source url of the image. Alias for image.src

Code Example

<a href="" target="_blank">
    <img alt="{{ image.alt }}" src="{{ image.src }}">
</a>