Comments Andrew started the conversationSeptember 7, 2016 at 6:26pmI know there is no built in feature for stopping the loop on video backgrounds, but could you direct me to the code that I would need to edit to make this possible? Or do you have the altered code to make this possible.Thanks! 3,028Andrew repliedSeptember 7, 2016 at 8:35pmHi Andrew,There is not option to stop the loop but you could try and alter the code for the visual composer row under the following files:salient\nectar\nectar-vc-addons\vc_templates\vc_row.php line 312salient\nectar\nectar-vc-addons\vc_templates\vc_row_inner.php line 271Maybe you could add a loop="false" to the video html tag.Cheers.1 Like Sign in to reply ...
I know there is no built in feature for stopping the loop on video backgrounds, but could you direct me to the code that I would need to edit to make this possible? Or do you have the altered code to make this possible.
Thanks!
Hi Andrew,
There is not option to stop the loop but you could try and alter the code for the visual composer row under the following files:
salient\nectar\nectar-vc-addons\vc_templates\vc_row.php line 312
salient\nectar\nectar-vc-addons\vc_templates\vc_row_inner.php line 271
Maybe you could add a loop="false" to the video html tag.
Cheers.