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
Hey Carsten!
Open js/avia.js and add replace line 532:
loop: false,
With:
loop: false,
autoRewind: false,
Best regards,
Josue
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
Hey!
Check it now, i had to comment line 4518 in js/shortcodes.js:
//event.data.slide.trigger('reset');
Cheers!
Josue
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
You are welcome, glad to help :)
Regards,
Josue