0

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!

jamesdlivesinatree
  • 1,016
  • 3
  • 11
  • 36

2 Answers2

1

Have you checked if the video is corrupted?

EDD
  • 2,070
  • 1
  • 10
  • 23
0

I would suggest seeing if your video is corrupt first.

Tristan
  • 215
  • 1
  • 2
  • 11