Add clickable title for embedded videos

This commit is contained in:
Omar Roth
2019-06-16 09:41:33 -05:00
parent fcf377d26b
commit 485459b8b2
3 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
<link rel="stylesheet" href="/css/videojs-overlay.css?v=<%= ASSET_COMMIT %>">
<script src="/js/videojs-overlay.min.js?v=<%= ASSET_COMMIT %>"></script>
<link rel="stylesheet" href="/css/default.css?v=<%= ASSET_COMMIT %>">
<link rel="stylesheet" href="/css/darktheme.css?v=<%= ASSET_COMMIT %>">
<title><%= HTML.escape(video.title) %> - Invidious</title>
<style>
#player {