Remove video title tooltip

pull/258/head
Omar Roth 2018-11-12 18:37:58 -06:00
rodzic 9113846d10
commit 0e26e4d407
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
<video style="width:100%" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
id="player" class="video-js"
onmouseenter='this["title"]=""'
<% if params[:autoplay] %>autoplay<% end %>
<% if params[:video_loop] %>loop<% end %>
<% if params[:controls] %>controls<% end %>>