Take a look on a website with specified viewport size, that is bigger than physical size?

2

My display driver's maximum screen width is 1280 pixels.

I need to test a website with resolution 1920×1080 pixels. Or 3000×5000.

Different browsers is optional.

yakunins

Posted 2012-08-21T05:25:47.143

Reputation: 380

Simalar question "set-window-size-larger-than-screen size" http://stackoverflow.com/questions/6947184/how-to-set-browser-window-size-larger-than-is-screen-resolution-in-windows-xp

– yakunins – 2012-08-21T05:28:27.047

Actually the link you have mentioned in the comment will do the job for only browser's window. It will not take effect for the resolution size of the web page. Resolution matters in the different way. – avirk – 2012-08-21T08:19:29.503

Answers

1

Firefox

Menu -> Developer -> Responsive Design Mode (Ctrl-Shift-M)

gives you a drop-down to select the window size. There is also a button to create a Screenshot at this exact size. If the chosen viewport is larger than the screen, scroll bars will appear.

responsive design of this page set to 1920x1080

serv-inc

Posted 2012-08-21T05:25:47.143

Reputation: 400