Hi,
In the pdf template I have, I have an image that I have tried to increase in size a bunch of ways but the image always stays the same size and I’m not sure what I am doing wrong here.
I’ve tried the following ways but each time the image continues to be the same small size.
<img src="https://www.mydomain.com/wp-content/uploads/2023/10/test.jpg" width="400" />
<img src="https://www.mydomain.com/wp-content/uploads/2023/10/test.jpg" style="width:400px;" />
<img src="https://www.mydomain.com/wp-content/uploads/2023/10/test.jpg" style="width:100%;" />
<img src="https://www.mydomain.com/wp-content/uploads/2023/10/test.jpg" width="100%" />
<img src="https://www.mydomain.com/wp-content/uploads/2023/10/test.jpg" width="400mm" />