mtoniato
03/04/2022, 5:55 PM<div style="border: 1px solid grey; width: 50mm; height:25mm; position: absolute; top: 0; left: 0;overflow: hidden;">
<#if companyInformation.logoUrl?length !=0>
<img src="${companyInformation.logoUrl}" style="width: 100%; height: auto;"/>
</#if>
</div>
But it does not seem to work. I see an empty block.
Does anybody managed to achieve something like that?
Thanks in advance.