forked from Github/frigate
Fix iOS fullscreen (#11600)
This commit is contained in:
@@ -105,8 +105,11 @@ export function AnimatedEventCard({ event }: AnimatedEventCardProps) {
|
|||||||
) : (
|
) : (
|
||||||
<video
|
<video
|
||||||
src={`${baseUrl}api/review/${event.id}/preview?format=ts`}
|
src={`${baseUrl}api/review/${event.id}/preview?format=ts`}
|
||||||
muted
|
preload="auto"
|
||||||
autoPlay
|
autoPlay
|
||||||
|
playsInline
|
||||||
|
muted
|
||||||
|
disableRemotePlayback
|
||||||
loop
|
loop
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user