diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2020-10-05 11:11:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-05 11:11:25 +0000 |
| commit | 1978c3d3bd9b3221b4dd47a4ad779708cef984f5 (patch) | |
| tree | 781a92538bfca9d1e06278e1ae04cdaeaef69a10 /src | |
| parent | 30a2c28d74114e717828d87a90647324f7512048 (diff) | |
| parent | a54cbe896da6a6702860254d1d64b3112fb4a7a2 (diff) | |
| download | invidious-1978c3d3bd9b3221b4dd47a4ad779708cef984f5.tar.gz invidious-1978c3d3bd9b3221b4dd47a4ad779708cef984f5.tar.bz2 invidious-1978c3d3bd9b3221b4dd47a4ad779708cef984f5.zip | |
Merge pull request #1379 from Rjevski/patch-1
Remove on-hover tooltip from player
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/views/components/player.ecr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/views/components/player.ecr b/src/invidious/views/components/player.ecr index 6b01d25f..0e6664fa 100644 --- a/src/invidious/views/components/player.ecr +++ b/src/invidious/views/components/player.ecr @@ -1,4 +1,4 @@ -<video style="outline:none;width:100%;background-color:#000" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>" +<video style="outline:none;width:100%;background-color:#000" playsinline poster="<%= thumbnail %>" id="player" class="on-video_player video-js player-style-<%= params.player_style %>" <% if params.autoplay %>autoplay<% end %> <% if params.video_loop %>loop<% end %> |
