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:
WAZAAAAA 2018-11-10 09:11:34 +01:00
parent 8766475e55
commit f1c7bdb818

View File

@ -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 %>