update
This commit is contained in:
parent
59e871a96f
commit
e21a58e430
2 changed files with 145 additions and 1 deletions
27
test/src/pages/with-separate-audio.astro
Normal file
27
test/src/pages/with-separate-audio.astro
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
// Components
|
||||
import {Zorn} from '@minpluto/zorn'
|
||||
---
|
||||
|
||||
<Zorn
|
||||
Poster="https://md.sudovanilla.org/images/wote-p-v.jpeg"
|
||||
Video="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/1080.mp4"
|
||||
Audio="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/audio.mp4"
|
||||
CustomControls
|
||||
VideoAttributes="muted"
|
||||
AudioAttributes=""
|
||||
/>
|
||||
|
||||
<h2>The Mark On The Wall</h2>
|
||||
<p>Created by Anderson Wright</p>
|
||||
<p>Source: <a href="https://vimeo.com/989082177">https://vimeo.com/989082177</a></p>
|
||||
<br/>
|
||||
<a href="/">Go back</a>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background: #010101;
|
||||
color: white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue