Center play button
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2020-10-08 22:07:58 +02:00
parent a00ff16a2d
commit 3ba94d4668
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="main.css">
</head> </head>
<body> <body>
<video class="video-js vjs-fill" autoplay controls data-setup='{}'> <video class="video-js vjs-fill vjs-big-play-centered" autoplay controls data-setup='{}'>
<source src="hls/stream.m3u8" type="application/x-mpegURL" /> <source src="hls/stream.m3u8" type="application/x-mpegURL" />
</video> </video>
<script src="main.js"></script> <script src="main.js"></script>