Browse Source

center play btn hack

pull/5/head
Ginger Wong 5 years ago
parent
commit
82b0d725c3
  1. 2
      webroot/index.html
  2. 7
      webroot/styles/layout.css

2
webroot/index.html

@ -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>

7
webroot/styles/layout.css

@ -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…
Cancel
Save