Okay
  Public Ticket #884295
Stop Video Background Loop
Closed

Comments

  • Andrew started the conversation

    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!

  •  3,028
    Andrew replied

    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.