jamesdlivesinatree
jamesdlivesinatree

Reputation: 720

html video background not looping

My video bg is setup like this:

   <video autoplay loop poster id="bgvid" class="hidden-xs">
      <source src="bg.mp4" type="video/mp4">
  </video>

The bg.mp4 is about 1 minute long. On localhost, it freezes in the same spot everytime. Is this because of video length, or an error in my syntax?

Thanks!

Upvotes: 0

Views: 526

Answers (2)

elldur
elldur

Reputation: 2103

Have you checked if the video is corrupted?

Upvotes: 1

Tristan
Tristan

Reputation: 215

I would suggest seeing if your video is corrupt first.

Upvotes: 0

Related Questions