Looking for guide to help with CSS for ultrawide display

Discussions about BGA (all languages)
Forum rules
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756
Post Reply
User avatar
MATV0
Posts: 3
Joined: 15 March 2023, 09:35

Looking for guide to help with CSS for ultrawide display

Post by MATV0 »

Hi

I have a 3440x1440p ultrawide monitor and a lot of space is wasted on a lot of games. Some adjust and will put, say, player boards alongside the main board, others insist on keeping everything vertical.

I've searched on these forums and elsewhere for a) any tips on adjusting CSS to make things fit in ultrawide, and b) any guides that help with CSS on BGA, and there seems to be little to be found. Is there a straightforward guide to moving things anywhere?

Thanks!
User avatar
Fletcheese
Posts: 164
Joined: 21 March 2022, 03:16

Re: Looking for guide to help with CSS for ultrawide display

Post by Fletcheese »

In short, no. Every game is different so what you would have to change to make it display "better" will also be different and often very complex. You can use your browser dev console to examine the CSS for any game, but you really need to understand how CSS works to have a chance at modifying it successfully
User avatar
MATV0
Posts: 3
Joined: 15 March 2023, 09:35

Re: Looking for guide to help with CSS for ultrawide display

Post by MATV0 »

Thanks for the reply. I'm surprised there isn't some standardisation like a class for main board and one for each player board, and then some way of telling the CSS to wrap them in-line rather than stack everything vertically. Azul does this automatically, for example.
pjt33
Posts: 248
Joined: 05 April 2020, 15:35

Re: Looking for guide to help with CSS for ultrawide display

Post by pjt33 »

Some games have simple layouts and don't need more than flow. Other games have complicated layouts and use CSS grid layouts. CSS is enough of a straitjacket without forcing developers to use a specific subset of it.
Post Reply

Return to “Discussions”