From 99f14a3fbabab2d20cbcfeb0b90f78b2d95b6237 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Wed, 8 Nov 2023 14:30:36 +0530 Subject: [PATCH] play videos inline --- gooey_ui/components.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gooey_ui/components.py b/gooey_ui/components.py index bc44880be..574a162e0 100644 --- a/gooey_ui/components.py +++ b/gooey_ui/components.py @@ -236,6 +236,7 @@ def video(src: str, caption: str = None, autoplay: bool = False): "autoPlay": True, "loop": True, "muted": True, + "playsinline": True, } if not src: