node-webshot icon indicating copy to clipboard operation
node-webshot copied to clipboard

siteType html and href without protocol

Open xr0master opened this issue 9 years ago • 0 comments

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.

xr0master avatar Aug 15 '16 09:08 xr0master