Center video player play button

This commit is contained in:
Leon Klingele 2019-08-01 08:23:08 +02:00
parent f99a7b2a8c
commit c91018352b
No known key found for this signature in database
GPG Key ID: 0C8AF48831EEC211

View File

@ -1,5 +1,5 @@
<video style="outline:none;width:100%;background-color:#000" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
id="player" class="video-js"
id="player" class="video-js vjs-big-play-centered"
onmouseenter='this["data-title"]=this["title"];this["title"]=""'
onmouseleave='this["title"]=this["data-title"];this["data-title"]=""'
oncontextmenu='this["title"]=this["data-title"]'