brenden / node-webshot

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

siteType html and href without protocol #161

Open xr0master opened 8 years ago

xr0master commented 8 years ago

Hello, without protocol I can't take webshot of images, cause webshot uses the file protocol instead of http.

<img src="//www.gettyimages.pt/gi-resources/images/Homepage/Hero/PT/PT_hero_42_153645159.jpg">

if I set siteType='html' then it's not work either.

We fixed it by local server, but can we fix it more easy?

Thanks for this great work.