Add shortcuts and autohide controls

This commit is contained in:
Korbs 2024-02-26 20:59:47 -05:00
parent f5be2970ab
commit 28de864295
No known key found for this signature in database
9 changed files with 159 additions and 26 deletions

View file

@ -6,7 +6,7 @@
</head>
<body>
<div class="video-container">
<video class="zorn-player" layout="default" title="Ennie and Yoyki: Ungirly Games">
<video class="zorn-player" layout="default" video-title="Ennie and Yoyki: Ungirly Games">
<!-- Quality changer support has not been worked on yet -->
<source label="720p" src="./media/Ennie-and-Yoyki-Ungirly-Games.mp4" type="video/mp4">
<!-- Subtitles -->
@ -15,5 +15,5 @@
</video>
</div>
</body>
<script src="./js/zorn.js"></script>
<script src="./js/zorn.js" type="module"></script>
</html>