I am using the EmbedHTML functionality. The following works:
<p><img width='660' src='file:///XXX/public/uploads/images/xx.png'></p>
However, the following does not work:
<phpdocx_image width='660' src='file:///XXX/public/uploads/images/xx.png'/>
What am I missing? As I am using Laravel, can I also include images relative to /index.php?
How can I center the image? Setting imageAlign='center' on phpdocx_image did not seem to work.