Fix layout for title and reload player button
These should go below the video player, not above chat.
This commit is contained in:
parent
b0206a84c2
commit
cc5e5fc4be
@ -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>
|
||||
<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>
|
||||
<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>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Chat }}
|
||||
|
Loading…
Reference in New Issue
Block a user