Layout Grid and background video playing in LOOP

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Layout Grid and background video playing in LOOP

Post 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.
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Layout Grid and background video playing in LOOP

Post by Pablo »

A background always loops. This is behavior by design and cannot be changed.
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: Layout Grid and background video playing in LOOP

Post by me.prosenjeet »

Pablo, if that "loop" be an option in the settings, it can be stopped to loop
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Post Reply