Hello everyone,
I have an inline Html svg that i want to display in the footer. Is that possible with prince? This is what my LLM suggested but it doesnt seem to be working
@bottom-center {
content: element(qrCodeFooter);
}
<body>
<div class="qr-container">
<div class="artifact">
{{ footer.qrcode | string.strip }}
</div>
.qr-container {
position: running(qrCodeFooter) !important;
background: red !important;
border: 5px solid blue !important;
}
I have an inline Html svg that i want to display in the footer. Is that possible with prince? This is what my LLM suggested but it doesnt seem to be working
@bottom-center {
content: element(qrCodeFooter);
}
<body>
<div class="qr-container">
<div class="artifact">
{{ footer.qrcode | string.strip }}
</div>
.qr-container {
position: running(qrCodeFooter) !important;
background: red !important;
border: 5px solid blue !important;
}
