Skip to content

Latest commit

 

History

History
84 lines (69 loc) · 1.93 KB

README.md

File metadata and controls

84 lines (69 loc) · 1.93 KB

onscreen

@TODO Symfony 2.8 migration has to be finished See #2

To get old state you could use branch https://github.com/bellcom/onscreen/tree/symfony-2.1

info tv on steroids

will use:

formats/layouts

formats are ignored, we use fluid layouts to support different screen sizes

layouts:

1x1

+---------------------+
|                     |
|                     |
|                     |
|                     |
|                     |
+---------------------+

2x1

+----------+----------+
|          |          |
|          |          |
|          |          |
|          |          |
|          |          |
+----------+----------+

2x2

+----------+----------+
|          |          |
|          |          |
+----------+----------+
|          |          |
|          |          |
+----------+----------+

3x1

+------+-------+------+
|      |       |      |
|      |       |      |
|      |       |      |
|      |       |      |
|      |       |      |
+------+-------+------+

3x2

+------+-------+------+
|      |       |      |
|      |       |      |
+------+-------+------+
|      |       |      |
|      |       |      |
+------+-------+------+

1x2x2

+---------------------+
|                     |
|                     |
+----------+----------+
|          |          |
|          |          |
+----------+----------+

1x2x3

+---------------------+
|                     |
|                     |
+------+-------+------+
|      |       |      |
|      |       |      |
+------+-------+------+