This commit is contained in:
Korbs 2024-05-17 03:57:38 -04:00
parent 63037350d1
commit b6f9b30e43
5 changed files with 18 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# Zorn
![Preview of Zorn with default theme set](https://img.sudovanilla.com/dhHcB5l.png)
![Preview of Zorn with default theme set](https://i.sudovanilla.org/dhHcB5l.png)
> Currently in beta stages.

View file

@ -21,6 +21,7 @@ if (ZornVideoPlayer.getAttribute('layout') === 'default') {
Title()
}
// Init Functions
Events()
KeyboardShortcuts()
@ -31,4 +32,4 @@ Fullscreen()
Subtitles()
Volume()
Seek()
Buffering()
BufferDialog()

View file

@ -1,4 +1,9 @@
body {
background-color: #111111;
color: white;
}
video {
height: 100%
}

View file

@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Zorn</title>
<link rel="stylesheet" href="./css/index.css"/>
</head>
<body>
<div class="video-container">
<video class="zorn-player" layout="default" video-title="Ennie and Yoyki: Ungirly Games">
<video class="zorn-player" layout="default">
<!-- Quality changer support has not been worked on yet -->
<source label="720p" src="./media/Ennie-and-Yoyki-Ungirly-Games.mp4" type="video/mp4">
<!-- Subtitles -->

File diff suppressed because one or more lines are too long