node-webshot
node-webshot copied to clipboard
siteType html and href without protocol
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.