sampotts / plyr

A simple HTML5, YouTube and Vimeo player
https://plyr.io
MIT License
26.12k stars 2.91k forks source link

Dealing with Plyr inside a boostrap modal. #2735

Open daherlive opened 10 months ago

daherlive commented 10 months ago

Hi Com!

I'm facing problems finding a solution to work with Plyr inside a Bootstrap modal. The issue is that when I close the modal, the video keeps playing. I've tried some JS functions, but nothing seems to work to stop the video when the modal is close.

`

gingerchew commented 9 months ago

Bootstrap has some events that fire before the modal starts closing. Listen for that event, then pause the player and you should be all good 😊