Image
The
<image>
can be used to display images. <image asset='atfinity_logo' width='3cm' height='1cm'/>
The key of the asset to render as an image.
if 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>
.if 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"
.The width of the image. Can be in pt, mm or cm, e.g.
width="2cm"
.The width of the image. Can be in pt, mm or cm, e.g.
height="44mm"
.Last modified 4mo ago