brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 286 forks source link

full page screenshot #159

Closed ImanMh closed 7 years ago

ImanMh commented 8 years ago

Is seems like it's impossible to take a full page screenshot instead of specifying height. How can I tell webshot to take a screen shot of a url with a window ex 900px width and full height?

nahanil commented 8 years ago

Should be something like var options = { shotSize: { height: 'all' } };

https://github.com/brenden/node-webshot#examples

revelt commented 7 years ago

@ImanMh can we close this issue, or is it not working for you?

ImanMh commented 7 years ago

@revelt Thanks for the response I forgot to send a reply here. It works.

revelt commented 7 years ago

cheers!