mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Fix iOS fullscreen (#11600)
This commit is contained in:
		
							parent
							
								
									c95758580f
								
							
						
					
					
						commit
						d064e44571
					
				| @ -105,8 +105,11 @@ export function AnimatedEventCard({ event }: AnimatedEventCardProps) { | ||||
|             ) : ( | ||||
|               <video | ||||
|                 src={`${baseUrl}api/review/${event.id}/preview?format=ts`} | ||||
|                 muted | ||||
|                 preload="auto" | ||||
|                 autoPlay | ||||
|                 playsInline | ||||
|                 muted | ||||
|                 disableRemotePlayback | ||||
|                 loop | ||||
|               /> | ||||
|             )} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user