Search code examples
htmlbrowserresolutiondisplay

Browser resize tool vs display resolution


So my problem is, with the browser tools i resize to 1600 x 900 and the website is looking good but if i change in windows 10 my display resolution and go see the website (without the browser tools) is looking bad.

So my question is which of these two is the right?

P.S: My monitor is 1920 x 1080 in case is needed.

Thank you very much.


Solution

  • If you are saying that your webpage/website is not responsive, so i would suggest you to use Viewport Units like vw and vh instead of % or px because it will make your webpage/website responsive and it will work on all resolutions.