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>