Allow for Multi-Instances of the Player on one page #1
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,7 @@ import {Zorn} from '@minpluto/zorn'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Zorn
|
<Zorn
|
||||||
|
PlayerName="nameit_whatever_you_want"
|
||||||
Poster="https://md.sudovanilla.org/images/eay-p-v.jpg"
|
Poster="https://md.sudovanilla.org/images/eay-p-v.jpg"
|
||||||
Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm"
|
Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm"
|
||||||
CustomControls
|
CustomControls
|
||||||
|
@ -49,6 +50,9 @@ import {Zorn} from '@minpluto/zorn'
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The option `PlayerName` is now required as of v0.4.6.
|
||||||
|
|
||||||
**With Separated Audio Source**
|
**With Separated Audio Source**
|
||||||
|
|
||||||
Since Zorn is built for the MinPluto project, there are scenarios where the video source has no audio to get higher quality options, so Zorn has an option to add a seprated audio source to include.
|
Since Zorn is built for the MinPluto project, there are scenarios where the video source has no audio to get higher quality options, so Zorn has an option to add a seprated audio source to include.
|
||||||
|
@ -59,6 +63,7 @@ import {Zorn} from '@minpluto/zorn'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Zorn
|
<Zorn
|
||||||
|
PlayerName="nameit_whatever_you_want"
|
||||||
Poster="https://md.sudovanilla.org/images/wote-p-v.jpeg"
|
Poster="https://md.sudovanilla.org/images/wote-p-v.jpeg"
|
||||||
Video="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/1080.mp4"
|
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"
|
Audio="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/audio.mp4"
|
||||||
|
|
Loading…
Reference in a new issue