-
Notifications
You must be signed in to change notification settings - Fork 0
Close function doesn't remove full youtube ... #1
Comments
I'll check that out! Thanks for the note :D |
I can't really recreate this problem, but I saw that the source files are not correct either.. I fixed up the source code. Maybe you can try this again 😃 |
Hi, to reproduce my problem: after you open your youtube lightbox, just click on play button and let it start, so as you here a song just click in the "X" to close the lightbox window and I am getting it the lightbox window closed but the audio still there and if you reopen the lightbox window well the audio disappear.... but if you use a new youtube window well you have the same problem keeping going, well I tried remove and didn't work properly so i tried empty but it doesn't let me reopen completely, so is up to you |
I just testet it on Google Chrome and it behaved the way you described it. I'll take care of this problem. Did you use Chrome as well? |
Yes on chrome and also on Edge |
Okay NOW it's fixed. I also had to change some other parts from ES6 to ES5 because the IE isn't really compatible with it... |
- Fixed issue #1 - Changed some lines from ES6 to ES5 *(For compatibility reasons)* - The ``close``-Function now resets the ALightBox content explicitly - Added a minified version of the stylesheet
Does it work for you now? |
Hi, should be used:
$('#alb_overlay').fadeOut(settings.effectTime, function(){$ (this).remove();});
instead of
$('#alb_overlay').fadeOut(settings.effectTime);
already in use?
I asked that because i didn't have my youtube object full removed as the overlay window get closed but I still have the sound continuing....
The text was updated successfully, but these errors were encountered: