Image
The <image> can be used to display images.
It can be used both within <body> and <template>.
Example
<image asset='atfinity_logo' width='3cm' height='1cm'/>Attributes
asset
assetThe key of the asset to render as an image.
left
leftif used within <template> this is the distance from the left border of the document, this can be in pt, mm or cm, e.g. left="20mm". Ignored when used in <body>.
bottom
bottomif used within a template this is the distance from the bottom border of the document, this can be in pt, mm or cm, e.g. top="20mm".
width
widthThe width of the image. Can be in pt, mm or cm, e.g. width="2cm".
height
heightThe width of the image. Can be in pt, mm or cm, e.g. height="44mm".
Last updated
Was this helpful?
