diff options
author | MaZderMind | 2016-12-29 02:25:12 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-29 02:25:12 +0100 |
commit | ca2b184b87dba5c0f382332116b277d5ed156878 (patch) | |
tree | 875779cd89f8db3905cbec76142e6a6e2431ab06 /view | |
parent | 14cd8a861efe666ab1d8fab44327b38a67fbd162 (diff) |
correct video-size to 1920
Diffstat (limited to 'view')
-rw-r--r-- | view/relive-player.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/relive-player.php b/view/relive-player.php index 30de002..6be5616 100644 --- a/view/relive-player.php +++ b/view/relive-player.php @@ -11,6 +11,6 @@ echo $tpl->render(array( 'title' => 'Relive: ' . $talk['title'], 'talk' => $talk, - 'width' => 1024, - 'height' => 576, + 'width' => 1920, + 'height' => 1080, )); |