Skip to content

Instantly share code, notes, and snippets.

@wplit
Last active June 20, 2024 00:55
Show Gist options
  • Save wplit/e214a06aeccd90b95e2cd09850ae20f0 to your computer and use it in GitHub Desktop.
Save wplit/e214a06aeccd90b95e2cd09850ae20f0 to your computer and use it in GitHub Desktop.
stop presto player when lightboxes close
jQuery(document).ready(function($) {
$('.oxy-lightbox').on('extras_lightbox:close', () => {
$(this).find('presto-player').stop();
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment