Layout Grid and background video playing in LOOP
Posted: Thu Jan 27, 2022 4:48 pm
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:
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:
But it doesnt seem to work as it shows the non looping video over the looping video.
Any help will be appreciated.
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>
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>
Any help will be appreciated.