Update demo pages
This commit is contained in:
parent
9b9b9de88a
commit
c6f7416117
2 changed files with 21 additions and 17 deletions
|
@ -15,7 +15,9 @@ import {Zorn} from '@minpluto/zorn'
|
|||
CustomControlsWithMenu
|
||||
SettingsMenu
|
||||
Milieu
|
||||
Whitelabel
|
||||
>
|
||||
<slot slot="menu">
|
||||
<div id="settings" class="vc-menu">
|
||||
<button>Stats for Geeks</button>
|
||||
<hr/>
|
||||
|
@ -23,7 +25,7 @@ import {Zorn} from '@minpluto/zorn'
|
|||
<button>Download <i class="iconoir-arrow-up-right"></i></button>
|
||||
<button>Embed <i class="iconoir-arrow-up-right"></i></button>
|
||||
<hr/>
|
||||
<button id="has-switch">Milieu <i class="iconoir-switch-on"></i></button>
|
||||
<button id="has-switch">Milieu <i class="iconoir-switch-off"></i></button>
|
||||
<button>Close Captions <i class="iconoir-nav-arrow-right"></i></button>
|
||||
<button onclick="PlayerMenu_Quality()">Quality <i class="iconoir-nav-arrow-right"></i></button>
|
||||
</div>
|
||||
|
@ -33,6 +35,7 @@ import {Zorn} from '@minpluto/zorn'
|
|||
<button>720p</button>
|
||||
<button>360p</button>
|
||||
</div>
|
||||
</slot>
|
||||
</Zorn>
|
||||
<slot slot="info">
|
||||
<p>Source: <a href="https://vimeo.com/354598551">https://vimeo.com/354598551</a></p>
|
||||
|
|
|
@ -15,6 +15,7 @@ import {Zorn} from '@minpluto/zorn'
|
|||
CustomControls
|
||||
VideoAttributes="muted"
|
||||
AudioAttributes=""
|
||||
ShowBackAndForward
|
||||
/>
|
||||
<slot slot="info">
|
||||
<p>Source: <a href="https://vimeo.com/989082177">https://vimeo.com/989082177</a></p>
|
||||
|
|
Loading…
Reference in a new issue