From ca2b184b87dba5c0f382332116b277d5ed156878 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 29 Dec 2016 02:25:12 +0100 Subject: correct video-size to 1920 --- view/relive-player.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/relive-player.php') 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, )); -- cgit v1.2.3