brenden / node-webshot

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

zoomFactor option #186

Closed juanbenitopr closed 4 years ago

juanbenitopr commented 7 years ago

Hi!

I'm trying to use zoomFactor option, the next way: webshot 'google.com', 'imagen/google.jpg',{screenSize:{height:1000,width:1000}, zoomFactor:0.3, quality:30} ,(err) ->

but I can't get anything, it is always the same image, it just change if I modify the screenSize property. Some idea?

I need get the completely image but I can't raise the size file

PD: The code is CoffeeScript

Thanks!

demerzel3 commented 7 years ago

Can you try using my fix? https://github.com/brenden/node-webshot/pull/191