[NTLUG:Discuss] show firefox/mozilla 'size'
Robert Thompson
ntlug at thorshammer.org
Wed Mar 16 10:12:35 CST 2005
You can use javascript to rezsize the browser to any size.
Referenced from: http://www.javascripter.net/faq/resizing.htm
<form name=f1>
<input type=button value="Resize to 600x400"
onClick="if(parseInt(navigator.appVersion)>3)top.resizeTo(600,400)">
</form>
You can set the javascript up in the page you are testing. At one time I had it setup as a bookmark in my browser.
One thing to note, I think the font is scaled differently when your resolution is higher. So even though your window is 800x600, the font may be larger or smaller because it's being rendered for 1600x1200. It's been a while since I last messed with this, but that's what I remember happening. You can get a rough estimate though of what it would look like so it may be good enough.
=-= Robert Thompson
On Tue, Mar 15, 2005 at 03:28:02PM -0600, Jack Snodgrass wrote:
> I want to test out some web pages with different sized browser windows.
> I have a large screen and when my browser is full screen, (1600x1200)
> I can see a lot of stuff. If I got to a user's office and look at what
> they see,
> it's remarkably different.
>
> Is there an easy way in mozilla or firefox to resize your window
> so it shows you what a user might see in 800x600 resolution or
> 640x480 ( oh my god... ) resolution? I know I can just make it
> smaller... but how do I tell how small I need to make it?
>
> I can probably load a fixed size image and shrink by window
> to fit it, but is thre a way to just re-size my window and see a
> XxY number some where?
>
> Thanks - jack
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
More information about the Discuss
mailing list