Solution for a Muted Video Background on Mobile

Hello, so i have a video background that by itself doesn’t have an audio channel, muted by default. Thing is i want that video to work in mobile version of my site, i know that video auto play works in newer browsers if the video is muted. So can you give me some hints or code on where i can set a a custom code for this certain section or a certain id that i may apply to my section ?

Would something like this work ?

<video playsinline autoplay loop muted style="min-width:100%; min-height:100%;" >
 	<source type="video/mp4" src="//bg.cdn.ustudio.com/app/transcodes/TQAdh6DJdtuY.mp4">
 	<source type="video/webm" src="//bg.cdn.ustudio.com/app/transcodes/TuX1xml2yZsS.webm">
</video>

Hello Alexandru,

Thanks for writing in!

Actually you do not need any special code. Simply set up your background video in your section and it will play in mobile devices. Please check my example url in your mobile phone:

Kindly let us know how it goes.

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