YouTube videos in Modal #425
-
Hi, I was just trying to add a YouTube embedded video in a Modal and it works great except for when the video is playing and the modal is closed. The video continues to play and I have to trigger the modal again to stop the video and re-close the modal. I have an idea how I might solve this but I'm wondering if anyone else has done something similar or can think of an easy way to stop the video. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@jonfackrell close events have just been added to modals, so you could use that to listen to and pause the video https://fluxui.dev/components/modal#close-events |
Beta Was this translation helpful? Give feedback.
@jonfackrell close events have just been added to modals, so you could use that to listen to and pause the video https://fluxui.dev/components/modal#close-events