discord_ember, allow crossorigin for video
Some checks failed
/ deploy (push) Failing after -53h56m14s
Some checks failed
/ deploy (push) Failing after -53h56m14s
This commit is contained in:
parent
ec7ade938f
commit
857a087410
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "discord_embed",
|
||||
"version": "1.0.25",
|
||||
"version": "1.0.26",
|
||||
"port": 4120,
|
||||
"description": "AV1 discord server embed helper",
|
||||
"main": "index.js",
|
||||
|
|
|
@ -232,7 +232,7 @@ pre {
|
|||
<p>Your link is:</p>
|
||||
<pre>{{=siteUrl}}</pre>
|
||||
<div class="center">
|
||||
<video id=mainplayer" controls poster="{{=imageLink}}">
|
||||
<video id=mainplayer" crossorigin controls poster="{{=imageLink}}">
|
||||
<source src="{{=videoLink}}">
|
||||
</video>
|
||||
</div>
|
||||
|
@ -268,7 +268,7 @@ pre {
|
|||
<p>Test area (does the video load and play? If not, it might not work on discord)</p>
|
||||
|
||||
<div class="center">
|
||||
<video class="hidden" id="previewVideo" controls poster="" preload="none">
|
||||
<video class="hidden" id="previewVideo" crossorigin controls poster="" preload="none">
|
||||
<source src="">
|
||||
</video>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue