From b38bc70b9b65c9e561578abd8fdcb0b5c43b8472 Mon Sep 17 00:00:00 2001 From: mpromonet Date: Sat, 3 Apr 2021 22:33:53 +0100 Subject: [PATCH] center hls --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index df5756b..2b31244 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,9 @@ + @@ -14,7 +18,6 @@ title.innerText = stream videos.appendChild(title) var video = document.createElement("video"); - video.style = "margin: 0 auto" videos.appendChild(video) var hls = new Hls(); hls.loadSource(stream+".m3u8");