Removed crossorigin attribute from video player, potentially fixing CORS issues.
This commit is contained in:
parent
b43d1a6b31
commit
8d36ae38c0
|
@ -2,7 +2,6 @@
|
||||||
<video
|
<video
|
||||||
ref="player"
|
ref="player"
|
||||||
:poster="poster"
|
:poster="poster"
|
||||||
crossorigin="anonymous"
|
|
||||||
class="player video-js vjs-big-play-centered"
|
class="player video-js vjs-big-play-centered"
|
||||||
@playing="emit('play')"
|
@playing="emit('play')"
|
||||||
@pause="emit('pause')"
|
@pause="emit('pause')"
|
||||||
|
|
Loading…
Reference in New Issue