Skip to content

Commit

Permalink
play videos inline
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 8, 2023
1 parent ecdfe8c commit 99f14a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gooey_ui/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 99f14a3

Please sign in to comment.