When using Bootstrap 3 modal windows normally the content is there, in the same window, so, whenever you close a modal, you just hide it within the same page. If it's a <video>
, it'll keep playing until you refresh the page, or re-open the modal just to pause it (since it can't be stopped).
How do you pause a video inside a Bootstrap modal?
Pause a <video> when closing a Bootstrap modal
13.4k Views Asked by Zentaurus At
2
I found this to be an option to work for all my modals with (using Mediaelement.js) inside them.