mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:08:31 -06:00 
			
		
		
		
	Centers the play button on the player
This commit is contained in:
		
							parent
							
								
									6069fd02d3
								
							
						
					
					
						commit
						5320169d72
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
<video style="outline:none;width:100%;background-color:#000" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
 | 
					<video style="outline:none;width:100%;background-color:#000" playsinline poster="<%= thumbnail %>" title="<%= HTML.escape(video.title) %>"
 | 
				
			||||||
    id="player" class="video-js"
 | 
					    id="player" class="video-js vjs-big-play-centered"
 | 
				
			||||||
    onmouseenter='this["data-title"]=this["title"];this["title"]=""'
 | 
					    onmouseenter='this["data-title"]=this["title"];this["title"]=""'
 | 
				
			||||||
    onmouseleave='this["title"]=this["data-title"];this["data-title"]=""'
 | 
					    onmouseleave='this["title"]=this["data-title"];this["data-title"]=""'
 | 
				
			||||||
    oncontextmenu='this["title"]=this["data-title"]'
 | 
					    oncontextmenu='this["title"]=this["data-title"]'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user