Fix iOS fullscreen (#11600)

This commit is contained in:
Nicolas Mowen 2024-05-28 13:10:42 -06:00 committed by GitHub
parent c95758580f
commit d064e44571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
/> />
)} )}