update
This commit is contained in:
parent
63037350d1
commit
b6f9b30e43
5 changed files with 18 additions and 11 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ if (ZornVideoPlayer.getAttribute('layout') === 'default') {
|
|||
Title()
|
||||
}
|
||||
|
||||
|
||||
// Init Functions
|
||||
Events()
|
||||
KeyboardShortcuts()
|
||||
|
@ -31,4 +32,4 @@ Fullscreen()
|
|||
Subtitles()
|
||||
Volume()
|
||||
Seek()
|
||||
Buffering()
|
||||
BufferDialog()
|
|
@ -2,3 +2,8 @@ body {
|
|||
background-color: #111111;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
video {
|
||||
height: 100%
|
||||
}
|
|
@ -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
Reference in a new issue