Hey I’m having trouble playing video’s inside jekyll live environment but none outside. What seems to be the issue? I have no problems with looping muted playing and loading etc outside of jekyll env
<div class="container">
  <div class="video">
    <video width=100% preload="auto" muted loop>
      <source src="/assets/videos/my-vid.mp4" type="video/mp4">
      Your browser does not support the video tag.
    </video>
  </div>
</div>