2024-08-16 15:20:58 -05:00
---
// Components
import {Zorn} from '@minpluto/zorn'
2024-11-04 12:47:36 -05:00
import Info from '@components/Info.astro'
import Switcher from '@components/Switcher.astro'
2024-08-16 15:20:58 -05:00
---
<Zorn
2024-11-04 19:53:18 -05:00
PlayerName="nameit_whatever_you_want"
2024-08-16 15:20:58 -05:00
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=""
/>
2024-11-04 12:47:36 -05:00
<Switcher/>
<style is:inline>a[href="/with-separate-audio"] {background: white !important;color: black !important;}</style>
2024-08-17 03:28:37 -05:00
2024-11-04 12:47:36 -05:00
<Info Title="The Mark On The Wall" Description="Created by Anderson Wright">
<p>Source: <a href="https://vimeo.com/989082177">https://vimeo.com/989082177</a></p>
2024-11-05 18:21:05 -05:00
<p>This demo is using the video source from: <a href="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/1080.mp4">https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/1080.mp4</a></p>
<p>This demo is using the audio source from: <a href="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/audio.mp4">https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/audio.mp4</a></p>
2024-11-04 12:47:36 -05:00
</Info>
2024-08-16 15:20:58 -05:00
2024-11-05 18:21:05 -05:00
<style is:global>
2024-08-16 15:20:58 -05:00
body {
background: #010101;
color: white;
font-family: Arial, Helvetica, sans-serif;
2024-11-01 20:38:04 -05:00
a {
color: white;
}
2024-08-16 15:20:58 -05:00
}
2024-11-05 18:21:05 -05:00
.video-container {
position: relative;
margin: 40px;
}
2024-08-16 15:20:58 -05:00
</style>