I'm creating a project in which I have a video scrolling in the page in the background, the desktop version is working perfectly, but in mobile the video does not execute and only the blue screen (div I put to give an opacity in the video).
<video autoplay loop id="video-background" muted>
<source src="expo.mp4" type="video/webm">
</video>
Test server: link
Can anyone help me?