Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello i want to use video as a backround on one of mine rows. But if i upload a youtube video it show the loading bar and icons on the start :-/ how can i achieve pure video playing without these ugly things? website is: 3dscannery.cz
Hello,
This is video will explain how to remove this video controls from youtube video shares links.
Check it out and let us know if this have helped you:
Practically you have to add this code at the and of the link : ?controls=0
Regards!
Hi thank you but where i can edit my code? in the edit mode i only see youtube id not link
Hello,
Please can you go at includes\codeless_builder\shortcodes\cl_row.php find these lines:
if ($video == 'youtube')
$video_wrapper .= '<iframe src="//www.youtube.com/embed/'.$video_youtube.'?rel=0&wmode=transparent&enablejsapi=1&controls=0&showinfo=0&loop='.(int)$video_loop.'&playlist='.$video_youtube.'"></iframe>';
and check if you find the &controls=0 instruction in the code.
let us know.
Regards!
I have 0 everywhere in the code what you send to me…. still the same without effect…
Hello,
Is there only one option to remove the controls by disable the autoplay. I think you have done it and the video on the homepage.
Let us know if you have any further question.
Regards!
You must be logged in to reply to this topic.