reaby / infoscreen3

info screen for lanparty
MIT License
24 stars 9 forks source link

Support non 16:9 aspect ratios #31

Open reaby opened 1 year ago

reaby commented 1 year ago

Currently the app supports only 16:9 properly. Maybe would be worth making support for other aspectratios as well 2:1 etc...

VibroAxe commented 11 months ago

Partially resolved by #40

kasimos commented 7 months ago

From how the editing cavas resolution ends up as the rendering resolution of the slide which will be used on all displays simply setting the canvas to a given resolution creates more problems then it solves. I like the guardrails from #40 and have a working copy here that allows adding guardrails through the .env file. I'll create a small PR for it and will have it linked here.