You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm loading a slide with a page inside iframe, the page has sound,
after closing the lightbox, the sound keep playing
I'm using this method to set the iframe slider:
<a href="https://www.wikipedia.org" data-type="iframe" class="lightbox">
Open Wikipedia
</a>
<script>
jQuery( document ).ready(function() {
const tobii = new Tobii();
});
</script>
The text was updated successfully, but these errors were encountered:
I'm loading a slide with a page inside iframe, the page has sound,
after closing the lightbox, the sound keep playing
I'm using this method to set the iframe slider:
The text was updated successfully, but these errors were encountered: