center play btn hack
This commit is contained in:
parent
67acfeb6f5
commit
82b0d725c3
@ -62,7 +62,7 @@
|
|||||||
poster="https://goth.land/thumbnail.png"
|
poster="https://goth.land/thumbnail.png"
|
||||||
data-setup='{}'
|
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>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -168,6 +168,13 @@ header h1 {
|
|||||||
display: block;
|
display: block;
|
||||||
min-height: 100%
|
min-height: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-js .vjs-big-play-button {
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
margin-left: -1.5em;
|
||||||
|
margin-top: -0.75em;
|
||||||
|
}
|
||||||
/* ************************************************8 */
|
/* ************************************************8 */
|
||||||
|
|
||||||
#stream-info {
|
#stream-info {
|
||||||
|
Loading…
Reference in New Issue
Block a user