Fit to width in Firefox?

Bluffmaster

Skilled
Hi Guys,

Is there a fit to width feature in firefox for automatically adjusting the webpages to my screen resolution? I am on 1920x1080 resolution and apart from some forums, all sites appear in the center of the screen which is really annoying.

I am not looking for the zoom feature as I do not want the text or pic size to increase, I just want my web page width to fit the screen.

Thanks
Bluff~ :)
 
same here man i m also using the same resolution and many of the sites appear in the center of the screen

some one please help us
 
Bluffmaster said:
Hi Guys,
Is there a fit to width feature in firefox for automatically adjusting the webpages to my screen resolution?
swastikrj said:
same here man i m also using the same resolution and many of the sites appear in the center of the screen
some one please help us

No :( . If the website has a fixed width design (Usually it is 960px) ,then they stay at same width on all monitors .
And most of the websites have fixed width design (except forums) . Even though fluid width designs can be made but fixed width designs are a trend , everyone(webmasters) wants fixed width .
 
Open up two windows for your browser. Essentially keep two webpages open at a time. Uses HD resolutions in an ideal manner. Alternatively, If your monitor allows it, flip it into portrait mode while browsing :)
 
stalker said:
Open up two windows for your browser. Essentially keep two webpages open at a time. Uses HD resolutions in an ideal manner. Alternatively, If your monitor allows it, flip it into portrait mode while browsing :)
i didnot get you brother

can you please elaborate and thanks for the help
 
Thanks for the alternative but opening 2 windows side by side means distraction and the use of extra bandwidth. So, I guess I would have to make do with the zoom function afterall.

BTW, Opera has the Fix to Width feature. Is this the same as I what I am looking for? Can Opera users comment?

Link - Opera Tutorials
 
Bluffmaster said:
BTW, Opera has the Fix to Width feature. Is this the same as I what I am looking for? Can Opera users comment?
The Fit to Width button in Opera only makes wider than screen resolution pages fit inside your screen. It won't make smaller pages wider (which is what you want).
 
not sure if following helps as I am not using high resolution monitors !!

try following on browser address bar OR thru a bookmark

to change browser window size

Code:
javascript:window.resizeTo(1024,768);

back to original position

Code:
javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
 
Back
Top