mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-28 16:28:29 +00:00
removing video title tooltip on mouse hover
hide the annoying video title tooltip on mouse hover that often overlaps with videos even while in full screen https://i.imgur.com/pbFZTIG.png
This commit is contained in:
parent
8766475e55
commit
f1c7bdb818
@ -1,4 +1,4 @@
|
||||
<video style="width:100%" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
|
||||
<video style="width:100%" playsinline poster="<%= thumbnail %>"
|
||||
id="player" class="video-js"
|
||||
<% if params[:autoplay] %>autoplay<% end %>
|
||||
<% if params[:video_loop] %>loop<% end %>
|
||||
|
Loading…
Reference in New Issue
Block a user