shabados / presenter

Desktop app for presenting the Shabad OS Database on projectors, TVs, and live streams
https://shabados.com
MIT License
19 stars 15 forks source link

Add overscan padding sliders to settings (for tv margins, projector, chromecast, etc.) #16

Open bhajansweet opened 6 years ago

bhajansweet commented 6 years ago

Was cutting off on the edges a bit. I read that 3-5% on all sides is standard for broadcast.

bhajneet commented 6 years ago

We should add this as an option as 6-10% off the left and right does take up valuable real estate.

bhajneet commented 6 years ago

Setting should be turned on by default. When this is being closed, switch Default Settings to Space Between instead of Around for better readability (Gurbani line begins at same vertical position using Space Between while taking into account margins).

bhajneet commented 5 years ago

5% off the respective width and height is default in dev. Need to add a slider from 0 to 20% still.

bhajneet commented 4 years ago

Need to break these two CSS vars to use a single number and manipulate that (5 = 5vh and 5vw):

https://github.com/ShabadOS/desktop/blob/dev/app/frontend/src/App.css#L11

saihaj commented 4 years ago

We can add a new css var that will be just an int and then can have a slider for that in some setting menu if that is what we want?

bhajneet commented 4 years ago

Whatever works