img tag in html not working #605
Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
-
having the same problem, anyone else find a solution? |
Beta Was this translation helpful? Give feedback.
-
Yep, same here |
Beta Was this translation helpful? Give feedback.
-
Hi guys and everyone having this trouble, i had the same problem with html good rendered in the browser but when i generated the pdf in a production environment with this html, the images were broken. To fix this, in my html i didn't call the images with url but with path. But this solution work only if you have the images hosted on your server, if you want to insert images from the web this solution does not work.
I did not investigate why calling images via url does not work on my prod server (no time and not full access), but my suggestion is maybe the https is blocking the calls (because in dev i work with docker and i didn't have https activated, and i have no problem to generate the pdf). But i think there is a way to use urls instead of paths, it must be |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm adding my logo image in html.it's perfectly rendered in browser.but when we export with browsershot, It's broken.Is anyone has solution.i can't find any reference in docs also.
Beta Was this translation helpful? Give feedback.
All reactions