Disable Milieu for general usage demo page, toggle off placeholder too. Add disclaimer for subtitles.

This commit is contained in:
Korbs 2024-11-04 13:38:45 -05:00
parent 164b4a4c48
commit 61a0c5717a

View file

@ -8,7 +8,7 @@ import Switcher from '@components/Switcher.astro'
import { import {
ArrowUpRight, ArrowUpRight,
NavArrowLeft, NavArrowLeft,
SwitchOn, SwitchOff,
NavArrowRight NavArrowRight
} from '@iconoir/vue' } from '@iconoir/vue'
--- ---
@ -28,7 +28,7 @@ import {
<button>Download <ArrowUpRight/></button> <button>Download <ArrowUpRight/></button>
<button>Embed <ArrowUpRight/></button> <button>Embed <ArrowUpRight/></button>
<hr/> <hr/>
<button id="has-switch">Milieu <SwitchOn/></button> <button id="has-switch">Milieu <SwitchOff/></button>
<button>Close Captions <NavArrowRight/></button> <button>Close Captions <NavArrowRight/></button>
<button onclick="PlayerMenu_Quality()">Quality <NavArrowRight/></button> <button onclick="PlayerMenu_Quality()">Quality <NavArrowRight/></button>
</div> </div>
@ -46,6 +46,7 @@ import {
<Info Title="Ennie and Yoyki: Non-Girly Games" Description="Created by Daniyar Yambushev"> <Info Title="Ennie and Yoyki: Non-Girly Games" Description="Created by Daniyar Yambushev">
<p>Source: <a href="https://www.youtube.com/watch?v=MuyJtxzyU3o">https://www.youtube.com/watch?v=MuyJtxzyU3o</a></p> <p>Source: <a href="https://www.youtube.com/watch?v=MuyJtxzyU3o">https://www.youtube.com/watch?v=MuyJtxzyU3o</a></p>
<p>This demo pulls from: <a href="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm">https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm</a></p> <p>This demo pulls from: <a href="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm">https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm</a></p>
<p>Subtitles shown are part of the video itself, not the player.</p>
</Info> </Info>
<style> <style>