update
This commit is contained in:
parent
63037350d1
commit
b6f9b30e43
5 changed files with 18 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Zorn
|
# 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.
|
> Currently in beta stages.
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ if (ZornVideoPlayer.getAttribute('layout') === 'default') {
|
||||||
Title()
|
Title()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Init Functions
|
// Init Functions
|
||||||
Events()
|
Events()
|
||||||
KeyboardShortcuts()
|
KeyboardShortcuts()
|
||||||
|
@ -31,4 +32,4 @@ Fullscreen()
|
||||||
Subtitles()
|
Subtitles()
|
||||||
Volume()
|
Volume()
|
||||||
Seek()
|
Seek()
|
||||||
Buffering()
|
BufferDialog()
|
|
@ -2,3 +2,8 @@ body {
|
||||||
background-color: #111111;
|
background-color: #111111;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
video {
|
||||||
|
height: 100%
|
||||||
|
}
|
|
@ -1,12 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<title>Zorn</title>
|
<title>Zorn</title>
|
||||||
<link rel="stylesheet" href="./css/index.css"/>
|
<link rel="stylesheet" href="./css/index.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="video-container">
|
<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 -->
|
<!-- Quality changer support has not been worked on yet -->
|
||||||
<source label="720p" src="./media/Ennie-and-Yoyki-Ungirly-Games.mp4" type="video/mp4">
|
<source label="720p" src="./media/Ennie-and-Yoyki-Ungirly-Games.mp4" type="video/mp4">
|
||||||
<!-- Subtitles -->
|
<!-- Subtitles -->
|
||||||
|
|
File diff suppressed because one or more lines are too long
Reference in a new issue