mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 21:58:29 -06:00 
			
		
		
		
	Change embed code
This commit is contained in:
		
							parent
							
								
									0ca36b0031
								
							
						
					
					
						commit
						c69f1111fd
					
				@ -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 + "' frameborder='0'></iframe>"
 | 
			
		||||
    embedCode: "<iframe id='ivplayer' type='text/html' width='640' height='360' src='" + embed_url + "' style='border:none;'></iframe>"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var player = videojs('player', options);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user