The images put into wysiwyg fields are printed too small in PDF exports.
In the backend form, the image is reasonable in size (first picture) but on the pdf page it is printed very small. I've tried both, PNG and JPG.
Is there maybe a css class that can be used and wrapped around the field in the html template? Like
Thanks in advance.
Cheers
In the backend form, the image is reasonable in size (first picture) but on the pdf page it is printed very small. I've tried both, PNG and JPG.
Is there maybe a css class that can be used and wrapped around the field in the html template? Like
HTML Code:
<div class="img-fluid">{{{wysiwyg}}}</div>
Cheers
Comment