invidious-mod/src/invidious/views/embed.ecr

29 行
636 B
Plaintext
Raw 通常表示 履歴

2018-07-14 22:36:31 +09:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="thumbnail" content="<%= thumbnail %>">
<%= rendered "components/player_sources" %>
<link rel="stylesheet" href="/css/default.css">
<title><%= HTML.escape(video.title) %> - Invidious</title>
<style>
video, #my_video, .video-js, .vjs-default-skin
{
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
</style>
2018-07-14 22:36:31 +09:00
</head>
<body>
<%= rendered "components/player" %>
2018-07-14 22:36:31 +09:00
</body>
</html>