mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Remove video title tooltip
This commit is contained in:
parent
9113846d10
commit
0e26e4d407
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<video style="width:100%" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
|
<video style="width:100%" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
|
||||||
id="player" class="video-js"
|
id="player" class="video-js"
|
||||||
|
onmouseenter='this["title"]=""'
|
||||||
<% if params[:autoplay] %>autoplay<% end %>
|
<% if params[:autoplay] %>autoplay<% end %>
|
||||||
<% if params[:video_loop] %>loop<% end %>
|
<% if params[:video_loop] %>loop<% end %>
|
||||||
<% if params[:controls] %>controls<% end %>>
|
<% if params[:controls] %>controls<% end %>>
|
||||||
|
|
Loading…
Reference in a new issue