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.
Asked
Active
Viewed 2.1k times
3 Answers
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
Tim Wilkinson
- 321
5
In google chrome, you can do this in the developer tools.
- Go to View->Developer->Developer Tools
- Click on the settings button in the lower right corner.
- 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