Tagged: background video, color section, loop, video
How can I to prevent the Background Video in Color Section from Auto Looping?
I would like to have it play only once upon load.
Hi!
Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then copy enfold/config-templatebuilder/avia-shortcodes/section.php file into enfold-child/shortcodes/ folder and then open section.php file in your child theme and find
'video_loop' => true,
and change it to
'video_loop' => false,
and add the code in this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ into functions.php file of your child theme.
Cheers!
Yigit
Perfect! Thank you!