7

I would like to ask you how to fake screen resolution given to web page. I've just kept trying googling it for 20 minutes to no avail. Thank you in advance.

Keltari
  • 75,447
Drew
  • 71

3 Answers3

6

In Firefox you can access it through

Tools → Web Developer → Responsive Design View

You can choose a pre defined screen size, or input your own.

David
  • 9,854
5

In google chrome, you can do this in the developer tools.

  1. Go to View->Developer->Developer Tools
  2. Click on the settings button in the lower right corner.
  3. Select Overrides from the settings

Here you can change the reported screen resolution among other setting.

amicitas
  • 304
4

In Internet Explorer you can access the Developer tools in these ways:

Hit the F12 key

Or

Tools > Developer Tools

Once you are in the Developer Tools sections:

Click Tools > Resize

This allows you to pick the resolution you want to display as.

Michael Frank
  • 8,091
  • 3
  • 43
  • 54