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!
 
     
    