Skip to content

Instantly share code, notes, and snippets.

@magefad
Created December 15, 2012 10:34
Show Gist options
  • Save magefad/4292589 to your computer and use it in GitHub Desktop.
Save magefad/4292589 to your computer and use it in GitHub Desktop.
Bootstrap modal youtube iframe stop when close
jQuery(".modal-backdrop, .youtube .btn").click(function() {
var iframe = jQuery(this).parent().parent().find("iframe");
iframe.attr("src", iframe.attr("src"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment