Change demo video (Remote Source)

This commit is contained in:
Korbs 2023-11-06 02:10:35 -05:00
parent 5a994ddff9
commit b72866bd17
No known key found for this signature in database

View file

@ -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>
<html>
<head>
@ -15,14 +9,24 @@
<body>
<p>Plyx Player <span>By SudoVanilla</span></p>
<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 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>
</body>
</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>
body {
background: #090909;
@ -37,7 +41,7 @@ video {
body::before {
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;
top: 0px;
left: 0px;