Remove video control bar

Hi,

I included a video from the media library into this page https://www.ihrlifestyle.de/luxuslashes-das-original/ and don’t know how to remove the control bar.

And I dare to ask in this forum which handles X-questions about another site with NO X-theme but also with a video problem. Is this possible? I ask here because I get almost crazy by searching the internet and can not find a solution. The page in question is http://buecherstadl-fichtelberg.de/. When I open this page with Firefox and Edge the video appears, but it does NOT appear with Chrome. But when I click the “Start”-button in Chrome the video appears. I maintain this site voluntarily and would not have the money to get the help for this from an expert.

I hope someone could help me with both problems.

Thanks in advance for your help.

Best regards

Albert

Hi Albert,

Thanks for writing in! I see that you have embed a YouTube video. You can basically append this parameter ?controls=0 to your YouTube embed URL.

Example:
https://www.youtube.com/embed/VIDEO_ID?controls=0

Full code:

<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID?controls=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

For more options, please check their documentation here (https://developers.google.com/youtube/player_parameters).

With regard to your other question; regretfully, we only provide support for X theme specific questions. You may try a different forum for your other sites.

Thanks!

Thanks midarshana!

Unfortunately I forgot in my post to mention that I mean the video after the text “Wimpernextensions mit 3D Volumentechnik”.

Albert

Hi There,

Thanks for the clarification!

Please use version 2 Video element to embed the video in the page.

It has more control like disabling controller and autoplay etc.

Hope this helps!

Thanks basanta!

Unfortunately I can not find the place where I am able to implement version 2.

Albert

Hi Albert,

Please see screenshots

Hope that helps

Thanks paul.r!

Unfortunately I do NOT have X-PRO.

Albert

I implemented it now differently. Now it’s better.

Albert

Glad you were able to figure it out :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.