IMAGINARY / applauncher

A graphical application launcher based on web technologies
1 stars 0 forks source link

Icon labels are cut off due if aspect ratio is not 16:9 #1

Open porst17 opened 7 years ago

porst17 commented 7 years ago

... just a reminder for later

elondaits commented 7 years ago

To fix this let's establish the operative parameters... what aspect ratios we should support. On a typical web page I would normally establish minimum height and width and anything below that causes scroll... but scroll is not applicable to this case, so at some point it's OK if it fails. We could stop at 4:3 or go all the way to 9:16 assuming the screen placed vertically.

elondaits commented 7 years ago

A