Fix layout for title and reload player button

These should go below the video player, not above chat.
This commit is contained in:
Zorchenhimer 2019-03-12 12:23:07 -04:00
parent b0206a84c2
commit cc5e5fc4be

View File

@ -47,10 +47,10 @@
<video id="videoElement" controls autoplay x5-video-player-type="h5" x5-video-player-fullscreen="true" playsinline webkit-playsinline>
Your browser is too old and doesn't support HTML5 video.
</video>
</div>
<script>initPlayer();</script>
<button style="float:right" id="reload" onclick="initPlayer();">Reload Player</button>
<div id="playingDiv"><span id="playing"></span><br /><a href="" target="_blank" id="playinglink"></a></div>
</div>
{{ end }}
{{ if .Chat }}