From 0d47f609fd6f5740bca61a391e3134ae8c3cb29f Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Sun, 4 Oct 2020 11:47:42 +0400
Subject: [PATCH] Updated style.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 assets/dist/index.html | 4 ++--
 assets/dist/style.css  | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/assets/dist/index.html b/assets/dist/index.html
index 925c643..89e40e9 100644
--- a/assets/dist/index.html
+++ b/assets/dist/index.html
@@ -16,8 +16,8 @@
   <body>
     <canvas id="canvas"></canvas>
     <div id="cont">
-       <video id="video" controls src="/stream" height="720" width="1280" type="video/ogg; codecs=theora" autoplay="autoplay">
-            Your user agent     does not support the HTML5 Video element.
+       <video id="video" controls src="/stream" type="video/ogg; codecs=theora" autoplay="autoplay" playsinline>
+            Your user agent does not support the HTML5 Video element.
        </video>
     </div>
   </body>
diff --git a/assets/dist/style.css b/assets/dist/style.css
index c2c28bc..a2e97a4 100644
--- a/assets/dist/style.css
+++ b/assets/dist/style.css
@@ -24,3 +24,8 @@ body {
   justify-content: center;
   text-align: center;
 }
+
+video {
+  width: 50%;
+  height: 50%;
+}
-- 
GitLab