mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix for fullscreen issue.
This commit is contained in:
		
							parent
							
								
									33b50bd8fd
								
							
						
					
					
						commit
						899799cae9
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,12 +1,11 @@
 | 
			
		|||
<template>
 | 
			
		||||
    <div class="uk-container-expand">
 | 
			
		||||
        <div data-shaka-player-container ref="container">
 | 
			
		||||
            <video
 | 
			
		||||
                data-shaka-player
 | 
			
		||||
                :autoplay="shouldAutoPlay"
 | 
			
		||||
                style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px;"
 | 
			
		||||
                ref="videoEl"
 | 
			
		||||
            ></video>
 | 
			
		||||
        <div
 | 
			
		||||
            data-shaka-player-container
 | 
			
		||||
            style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px;"
 | 
			
		||||
            ref="container"
 | 
			
		||||
        >
 | 
			
		||||
            <video data-shaka-player class="uk-width-expand" :autoplay="shouldAutoPlay" ref="videoEl"></video>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</template>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue