tht13 / html-preview-vscode

A HTML previewer for Visual Studio Code
MIT License
44 stars 22 forks source link

Foreign images not shown #82

Open thehawk1 opened 10 months ago

thehawk1 commented 10 months ago

Foreign images not shown. I have an image from a distant source, works in my browsers, but not in the HTML preview in VSCode. <img border="0" id="headerImage" src="https://www.aaaa.bbb/ccccc/dddd.jpg" width="100%"> Do someone know why and how to fix it?