mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-26 07:15:09 +02:00
Remove video title tooltip
This commit is contained in:
@@ -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 %>>
|
||||||
|
Reference in New Issue
Block a user