Video background showing but not playing on firefox for android

389 views Asked by At

I encountered a problem while trying to use a background video on mobile. Everything works just fine on Chrome and Opera but whenever I try to open the webpage on firefox for android it won't start. It's there but autoplay won't start for some reasons. Can you help me figure out why?

    <video width="100%" height="100%" autoplay muted loop>
          <source src="images/ECLYPSODark_Side.mp4" type=video/mp4>
          <source src="images/ECLYPSODark_Side.ogv" type=video/ogg>
          <source src="images/ECLYPSODark_Side.webm" type=video/webm>
    </video>
1

There are 1 answers

0
Rubis On BEST ANSWER

I found a solution to it. If you put the video on mute it autoplays, otherwise it doesn't!