Before you ask please READ THIS

Video Sound keeps on playing after closing Lightbox

Hi,

thanks for your nice work your theme is awesome. I got only one problem with the works section. After closing the Lightbox the Sound keeps on playing till the end of the closed video. What can i do?

Kevin

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Could you post link to site where it happens? I could then verify what is the source of issue.

    With kind regards.
  • Yes here is my link

    http://cms.klein-hoelscher.de/

    in the works section. Please take the first one showreel.

    Thanks
  • AirAir
    Posts: 10,970
    It looks that I didn't test it with video, and now there are bugs in this lightbox.
    I will fix it till next update. If it will be easy fix, I will post it here.

    With kind regards.
  • AirAir
    Posts: 10,970
    I was wrong, video works fine :-)

    However add this chnage to silence video after close.
    File fatmoon\js\script.js line ~2608, change this
    
    TweenLite.to($el, 0.3, {autoAlpha: 0, display: 'none'});								
    
    to:
    
    TweenLite.to($el, 0.3, {autoAlpha: 0, display: 'none', onComplete : function(){
    	$el.children('div.a13-post-lightbox-content').empty();
    	$window.trigger('a13-slider-destroy');
    }});						
    
    This will also be added to update.

    With kind regards.
  • Wow Im impressed by your support. Works excellent.

    Thanks a lot.

    Greetings
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!