Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #440965

    Hi team

    For a client web site just to go live I have made this frontpage fullwidth slider with both still images and videos.
    It is a nice feature and works fine with one little flaw:

    At the end of each video (all self hosted) the slider for a short moment shows the first frame of the video again before playing the next slide.
    Please ref. to slide no. 2, where it is espescially obvious/noticeable.

    I off course did try all possible combinations of options “Disable autoplay”, video sizes, aspect ratio etc and also tried vimeo play instead. All the same result.

    Any ideas please
    Log in credentials in private content

    best regards

    #442781

    Hey Carsten!

    Open js/avia.js and add replace line 532:

    loop: false,
    

    With:

    loop: false,
    autoRewind: false,
    

    Best regards,
    Josue

    #442871

    Hey Josue

    Thanks for your input.

    However this unfortunately does not seem to work.

    I have in the Enfold theme (not in my child theme) altered js/avia.js as you suggested in line 532:

    // useful for <audio> player loops
    loop: false,
    autoRewind: false,

    I notice the note says “useful for <audio> player loops” – does it also apply to video?

    Any ideas?

    Best regards

    #443544

    Hey!

    Check it now, i had to comment line 4518 in js/shortcodes.js:

    //event.data.slide.trigger('reset');
    

    Cheers!
    Josue

    #443680

    Hey Josue

    Great! That does the job :)

    I will remember to adjust these codes when updating Enfold.

    Thanks a lot for your outstanding support!!

    very best regards

    #443869

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.