Marc Bachmann

Results 125 comments of Marc Bachmann

Maybe it's just the defaults as @hanvyj mentioned. AFAIK phantom can't automatically set the height. So you'll have to override those.

Can you try to put a `/` at the end of the base option. I think the path just gets concatenated

But also images in headers and footers are currently a bit buggy. the might not show.

`file://./cscps/images/` is a relative path from the phantomjs executable. This is wrong in most cases. Please use `base: 'file://' + __dirname + '/cscps/images/'` for the base option and `` to...

If you like to load the assets from the local file system, you'll need to use an absolute path to your file: `file:///absolute/path/to/asset` There's also a `base` option to set...

yes. please migrate to puppeteer if possible

Please update the root certificates on your system. Image loading is working against for me against http servers using letsencrypt certificates.

Currently not in the header using the `options.header` variable. You have to use `` But in the body it should work. There are some open issues. Please read through them...

You have to use the file:// protocol for local files. I believe `file:///home/agniva/email.png` works. Sent from my iPhone On Jul 7, 2015, at 10:45 PM, Agniva De Sarker [email protected] wrote:...

@agnivade thanks for the answer. The important thing is to link to the file using an absolute path. It can't be relative to your application. So it should look like...