Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Different screen resolutions an annoying problem with aspect ratio!

more options

I'm aiming this at developers. All these different screen resolutions are screwing up how websites display. I have a site that is designed for the long time standard of 4:3 1024x768 and viewing it on any resolution other than that distorts the aspect ratio.

Better definition is surely desirable but intolerable to my liking at sacrificing appropriate aspect.

Why hasn't anyone thought of building a browser that would render the intended aspect ratio?

I'm thinking what would be so hard to create a universal script or code a website owner could plug into the template that a browser would read and display the intended aspect ratio no matter the resolution. I've been searching feverishly for a solution for this & I see media queries might work but so complicated I can't do anything with them.

It's baffling to me with all the programming geniuses there are that a universal medium hasn't been created to deal with this issue. I can't see how this would be such a hard thing to accomplish.

I don't know if something will come along to fix this anytime soon but in the meantime how hard would it be to modify firefox or any browser to have manual selections to display websites at different aspect ratios?

I'm aiming this at developers. All these different screen resolutions are screwing up how websites display. I have a site that is designed for the long time standard of 4:3 1024x768 and viewing it on any resolution other than that distorts the aspect ratio. Better definition is surely desirable but intolerable to my liking at sacrificing appropriate aspect. Why hasn't anyone thought of building a browser that would render the intended aspect ratio? I'm thinking what would be so hard to create a universal script or code a website owner could plug into the template that a browser would read and display the intended aspect ratio no matter the resolution. I've been searching feverishly for a solution for this & I see media queries might work but so complicated I can't do anything with them. It's baffling to me with all the programming geniuses there are that a universal medium hasn't been created to deal with this issue. I can't see how this would be such a hard thing to accomplish. I don't know if something will come along to fix this anytime soon but in the meantime how hard would it be to modify firefox or any browser to have manual selections to display websites at different aspect ratios?

Alle antwoorden (1)

more options

Browser makers have to balance between the desires of web publishers and users. We get posts here from time to time complaining about wasted space on the left and right of fixed width centered layouts.

Speaking of which, can you used a fixed width for your content and center it in the viewport? That should allow control over layout, although it might not all fit in the available height on a wide aspect screen if the user has a tall toolbar area, or if the user needs to use the zoom feature for easier reading.