Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal - Video keeps playing on close #3642

Closed
dtllax opened this issue May 30, 2012 · 2 comments
Closed

Modal - Video keeps playing on close #3642

dtllax opened this issue May 30, 2012 · 2 comments

Comments

@dtllax
Copy link

dtllax commented May 30, 2012

What code do you have to add to have video stop or pause when you close a modal window. Out of the box when you close the modal window the video keeps playing in its DOM.

Thanks

@richardp-au
Copy link

Handle the hide event on the modal.

$('#modal').on('hide', function () {
  // stop video
})

@mdo
Copy link
Member

mdo commented Jun 3, 2012

You have to do that yourself—Bootstrap does not provide this functionality at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants