Search code examples
visual-studio-codeblurry

Is there a way to get rid of blurry preview of Browser review extension in VS code?


I am new to web development. I'm using VSCode and recently installed an extension called Browser Preview to preview the live webpage. Everything is working fine except this blurry area in the browser.

Extension Link : Browser Preview

Image of Blurred portion

Besides, Is there any other similar option to view browser in side pan of vs code without opening chrome. Help me.


Solution

  • Live HTML Previewer is my best option for HTML and CSS only development, This extension allows you to preview your html files in VS Code itself. Use it to quickly set the html and css right for your webpages.
    Cons : can't work on PHP and JS.