crossorigin does not work without making changes on server
This commit is contained in:
parent
de39b4f1bf
commit
8eacf72494
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
{{ if .Params.recording.embed.link }}
|
{{ if .Params.recording.embed.link }}
|
||||||
<h2>Opname</h2>
|
<h2>Opname</h2>
|
||||||
<video width="100%" controls crossorigin="anonymous">
|
<video width="100%" controls>
|
||||||
<source src="{{ .Params.recording.embed.link }}"{{ with .Params.recording.embed.type }} type="{{ . }}"{{ else }} type="video/mp4"{{ end }}>
|
<source src="{{ .Params.recording.embed.link }}"{{ with .Params.recording.embed.type }} type="{{ . }}"{{ else }} type="video/mp4"{{ end }}>
|
||||||
{{ if .Params.recording.embed.subtitles }}
|
{{ if .Params.recording.embed.subtitles }}
|
||||||
{{ range $key, $value := .Params.recording.embed.subtitles }}
|
{{ range $key, $value := .Params.recording.embed.subtitles }}
|
||||||
|
|
Loading…
Reference in a new issue