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: