Page 1 of 1

Layout Grid and background video playing in LOOP

Posted: Thu Jan 27, 2022 4:48 pm
by me.prosenjeet
Hi I am trying to add a video to a layout grid but the video by default is set to loop which doesn't look good always.
I see the following line in the code:

Code: Select all

<div id="indexLayoutGrid1-video"><video src="video-path.mp4" autoplay loop muted playsinline></video>
If the "loop" above can be deleted or changed to "noloop", the video will not loop forever.

How can this be done?
I tried going into the html view and add the code:

Code: Select all

<div id="indexLayoutGrid1-video"><video src="videos-path.mp4" autoplay muted playsinline></video>
But it doesnt seem to work as it shows the non looping video over the looping video.

Any help will be appreciated.

Re: Layout Grid and background video playing in LOOP

Posted: Thu Jan 27, 2022 4:56 pm
by Pablo
A background always loops. This is behavior by design and cannot be changed.

Re: Layout Grid and background video playing in LOOP

Posted: Thu Jan 27, 2022 5:01 pm
by me.prosenjeet
Pablo, if that "loop" be an option in the settings, it can be stopped to loop