2
I need to take a screenshot of a website as it would appear on a very high resolution monitor... say 16000x12800 pixels. My laptop's screen has a native resolution of 1280x800. Basically, I need to simulate having a monitor resolution much higher than my monitor and video card actually supports. I want the screenshot of the site to look pretty much how it does when you hit CTRL MINUS (zoom out) in Firefox repeatedly, but without any loss of pixels due to scaling. How can I do this? Is there some way to use virtual machine software to simulate a super-high-res display? If not, is there some way to open a browser window bigger than the screen, and then capture its contents as a PNG somehow? Anything else that might work?
Here was an answer: How can I take browser screenshots at a higher resolution than my browser supports?
But it doesn't work. Firefox remains in the resolution of the physical screen. The window blinks and shrinks back to normal resolution.
Please Help!!
What OS do you use? Have you read the comments over there? "Maybe it's a Windows XP thing (that's what I'm stuck with here). In any case, I can work around it by using FireBug to insert a DIV with style="width: 4000px; height: 3000px;" into the HTML code, and then using FireShot, so I'm still good." – Daniel Beck – 2010-10-26T11:39:39.070
Btw, are these numbers real or did you add a few too many zeros at the end? – Daniel Beck – 2010-10-26T11:43:45.823
To understand you better: is that given website this huge (16000*12800) and you have to scroll endlessly to see the entire page? – Martin – 2010-10-26T12:11:15.190
Did you mean 1600x1200? o.O It might help if you explain more clearly what you're trying to do. Like Martin says, I just can't imagine a page that size...hell, it might break some browsers. – Shinrai – 2010-10-26T14:26:39.190
It is a website with 100% width. There are more details, if the screen have a higher resolution. So if the screen have 1600x1280, there are more information. And at 16000x12800 more details too. – user53575 – 2010-10-26T22:43:15.083