mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Merge pull request #1011 from jorgesumle/master
Remove invalid and useless HTML from embed player
This commit is contained in:
		@@ -35,7 +35,7 @@ var shareOptions = {
 | 
			
		||||
    title: player_data.title,
 | 
			
		||||
    description: player_data.description,
 | 
			
		||||
    image: player_data.thumbnail,
 | 
			
		||||
    embedCode: "<iframe id='ivplayer' type='text/html' width='640' height='360' src='" + embed_url + "' style='border:none;'></iframe>"
 | 
			
		||||
    embedCode: "<iframe id='ivplayer' width='640' height='360' src='" + embed_url + "' style='border:none;'></iframe>"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var player = videojs('player', options);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user