As title, is it possible to position image fixed location on page using embedHTML or other way?
Thanks!
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowAs title, is it possible to position image fixed location on page using embedHTML or other way?
Thanks!
Hello,
Using HTML Extended available in Premium licenses you can set fixed location on pages to images from HTML using phpdocx_image tag and data-relativeToHorizontal and data-relativeToVertical attributes.
addImage method includes the same options in all methods (relativeToHorizontal and relativeToVertical). In the package you can find a sample that illustrates both options (Core/addImage/sample_5.php).
Regards.