Code:
<div class="video-container">
<video
width="100%"
height="auto"
autoplay
loop
muted
playsinline
>
<source
src="videos/8238h.mp4"
type="video/mp4"
/>
</video>
</div>
Videos only show up after a refresh. Not sure what the issue is. Thanks in advance!