diff options
Diffstat (limited to '')
-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, )); |