Skip to content

bellcom/onscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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