Removed crossorigin attribute from video player, potentially fixing CORS issues.
This commit is contained in:
		
							parent
							
								
									b43d1a6b31
								
							
						
					
					
						commit
						8d36ae38c0
					
				|  | @ -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')" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue