Skip to content

Commit

Permalink
removing video title tooltip on mouse hover
Browse files Browse the repository at this point in the history
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
  • Loading branch information
WAZAAAAA0 committed Nov 10, 2018
1 parent 8766475 commit f1c7bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/views/components/player.ecr
Original file line number Diff line number Diff line change
@@ -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 %>
Expand Down

0 comments on commit f1c7bdb

Please sign in to comment.