Background video does not play on mobile?
问题 I've made a landing page where video plays at the background of a form. It's working fine on desktops but I checked on my Android device using Chrome, the background video does not play on it. Could anyone help me to fix the issue. Here is the link to my fiddle. HTML: <p> <video autoplay="" id="video" loop=""><source src="http://www.mygreencity.in/Enquiry.mp4" type="video/webm" /> <source src="Enquiry.mp4" type="video/mp4" /></video> </p> <form action="" class="form" method="post"> <p><input