Okay
  Public Ticket #909283
Preload Video
Closed

Comments

  •  2
    Piotr started the conversation

    Hello,

    I made a lightbox potfolio with photos and videos.

    I disabled all this options :

    Video & Audio Player options :

    - Preload Video Embeds : None

    - Auto Play Videos : Disable

    - Loop Videos : Disable

    Portfolio settings : 

    - Autoplay : Disable


    But, when you get the picture before a video, the sound of the video plays !?

    Look in this portfolio : "Newark et ses environs" 

    http://nowac.fr/albums/#newark-et-ses-environs/12

    On the 13th picture (14th is a video), the sound of the video starts alone.

    And why autoplay is enable for all videos ?

    Finally, why video's thumbnails are duplicate (the same picture in the thumbnails line) ?

    (sorry for the english mistakes)

    Thanks, 

    Peter

  •  1,558
    Laborator replied

    Hi Peter,

    I don't know why but I cannot access your site, I get a DNS error.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Piotr replied

    Hi, 

    I checked, it is online.

    www.nowac.fr

    Peter

  •  1,558
    Laborator replied

    Hi Piotr,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Piotr replied privately
  • [deleted] replied

    Hi Piotr,

    Can you please add the following code in functions.php (end of file):

    function disable_preloading_images_in_lg( $options ) {
        $options['preload'] = 0;
        return $options;
    }
    
    add_filter( 'kalium_lg_options', 'disable_preloading_images_in_lg' );

    This should work for you.

    I have tried to fix this but it seems that this is an issue of Lightbox so hopefully they will fix it very soon.

  •  2
    Piotr replied

    Hi, 

    it seems to work.
    Thank you,

    Peter