mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	add media control stuff :3
This commit is contained in:
		
							parent
							
								
									84057e8649
								
							
						
					
					
						commit
						92fd9c8f0f
					
				| @ -692,7 +692,17 @@ background-color: #0000; | ||||
| 
 | ||||
|                 video.on('volumechange', syncVolume); | ||||
|                 audio.addEventListener('volumechange', syncVolumeWithVideo); | ||||
|        | ||||
|         // Listen for media control events | ||||
|         document.addEventListener('play', () => { | ||||
|             video.play(); | ||||
|             audio.play(); | ||||
|         }); | ||||
| 
 | ||||
|         document.addEventListener('pause', () => { | ||||
|             video.pause(); | ||||
|             audio.pause(); | ||||
|         });  | ||||
|                 document.addEventListener('fullscreenchange', () => { | ||||
|                     if (!document.fullscreenElement) { | ||||
|                         video.pause(); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ashley
						ashley