mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Add black background color to player.
This commit is contained in:
		
							parent
							
								
									5a4a47c8dc
								
							
						
					
					
						commit
						21487355ad
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
    <div class="uk-container-expand">
 | 
					    <div class="uk-container-expand">
 | 
				
			||||||
        <div
 | 
					        <div
 | 
				
			||||||
            data-shaka-player-container
 | 
					            data-shaka-player-container
 | 
				
			||||||
            style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px;"
 | 
					            style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px; background: #000"
 | 
				
			||||||
            ref="container"
 | 
					            ref="container"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
            <video data-shaka-player class="uk-width-expand" :autoplay="shouldAutoPlay" ref="videoEl"></video>
 | 
					            <video data-shaka-player class="uk-width-expand" :autoplay="shouldAutoPlay" ref="videoEl"></video>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue