Image
Last updated
Was this helpful?
The <image> can be used to display images.
It can be used both within <body> and <template>.
<image asset='atfinity_logo' width='3cm' height='1cm'/>assetThe key of the asset to render as an image.
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>.
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".
widthThe width of the image. Can be in pt, mm or cm, e.g. width="2cm".
heightThe width of the image. Can be in pt, mm or cm, e.g. height="44mm".
Last updated
Was this helpful?
Was this helpful?
