How To Find Your Browser's Resolution

Need to check your current browser window’s resolution? Follow the steps below.

💡 Tip: We recommend using Google Chrome for these steps, as instructions and layout may vary slightly in other browsers.


Step 1: Open Developer Tools

Right-click anywhere on the page and select Inspect from the menu (or press Cmd + Option + I on Mac / Ctrl + Shift + I on Windows).

Screenshot 2023-06-02 at 22.32.20.png


Step 2: Select the <html> Element

In the Elements tab, find and click on the top-level <html> element in the code panel.

 

Screenshot 2023-06-02 at 22.32.43.png

 


Step 3: View the Computed Resolution

With the <html> element selected:

  1. Click on the Computed tab in the styles panel.

  2. Scroll to find the dimensions listed—this reflects the current width and height of your browser window.

Screenshot 2023-06-02 at 22.32.52.png

 

For example, you might see:
780 × 2855.71


 

 

 

 


Was this article helpful?
0 out of 0 found this helpful
Have more questions?
Submit a request
Share it, if you like it.