Rubis
Rubis

Reputation: 101

Video background showing but not playing on firefox for android

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>

Upvotes: 5

Views: 495

Answers (1)

Rubis
Rubis

Reputation: 101

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

Upvotes: 1

Related Questions