center play btn hack

This commit is contained in:
Ginger Wong 2020-06-14 21:27:50 -07:00
parent 67acfeb6f5
commit 82b0d725c3
2 changed files with 8 additions and 1 deletions

View File

@ -62,7 +62,7 @@
poster="https://goth.land/thumbnail.png"
data-setup='{}'
>
<!-- <source src="https://goth.land/hls/stream.m3u8" type="application/x-mpegURL"/> -->
<source src="https://goth.land/hls/stream.m3u8" type="application/x-mpegURL"/>
</video>
</div>

View File

@ -168,6 +168,13 @@ header h1 {
display: block;
min-height: 100%
}
.video-js .vjs-big-play-button {
left: 50%;
top: 50%;
margin-left: -1.5em;
margin-top: -0.75em;
}
/* ************************************************8 */
#stream-info {