DEV Community

Discussion on: Generate images from HTML in Node.js

Collapse
 
yvonnickfrin profile image
🦁 Yvonnick FRIN

Thank you Desiré!

Basically the module takes a screenshot of the body tag's content. So you need to fix the size of you image on this tag using CSS then you can use percent on body's children.

Maybe I should add this in the documentation?