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