Change demo video (Remote Source)
This commit is contained in:
parent
5a994ddff9
commit
b72866bd17
1 changed files with 13 additions and 9 deletions
|
@ -1,9 +1,3 @@
|
||||||
<!-- Credits -->
|
|
||||||
<!-- The video shown here is called "WING IT!" -->
|
|
||||||
<!-- It created by Blender Studio and Rik Schutte -->
|
|
||||||
<!-- Also available to watch on their official PeerTube: -->
|
|
||||||
<!-- https://video.blender.org/w/vrjS4NB4cwnJhrib8uEwi6 -->
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -15,14 +9,24 @@
|
||||||
<body>
|
<body>
|
||||||
<p>Plyx Player <span>By SudoVanilla</span></p>
|
<p>Plyx Player <span>By SudoVanilla</span></p>
|
||||||
<div class="video-container">
|
<div class="video-container">
|
||||||
<video class="plyx-player" src="WING IT! - Blender Open Movie-1080p.mp4"></video>
|
<video class="plyx-player" src="https://sudovanilla.org/content/videos/webm/Ennie-and-Yoyki.webm"></video>
|
||||||
</div>
|
</div>
|
||||||
<div class="credits">
|
<div class="credits">
|
||||||
<p><a href="https://video.blender.org/w/vrjS4NB4cwnJhrib8uEwi6">WING IT!</a> <span>By Blender Studio</span></p>
|
<p><a href="https://youtu.be/MuyJtxzyU3o">Ennie and Yoyki: Ungirly Games</a> <span>By Daniyar Yambushev</span></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
<!-- Change colors in the player -->
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--plyx-progress-bar-bg: rgba(85, 144, 179, 0.23);
|
||||||
|
--plyx-progress-bar:rgb(0, 195, 255);
|
||||||
|
--pylx-thumb: #7997d0;
|
||||||
|
--pylx-rounded-corners: 4px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: #090909;
|
background: #090909;
|
||||||
|
@ -37,7 +41,7 @@ video {
|
||||||
|
|
||||||
body::before {
|
body::before {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: url(https://video.blender.org/lazy-static/previews/3f6a8580-1bac-4513-ae59-2df7d032ba4f.jpg);
|
background-image: url(https://sudovanilla.org/content/images/ennie.jpg);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
|
Reference in a new issue