when i play a video on website.It continuously shows buffering.
Here is the code I am using:
<video autoplay="" class="video" loop="" muted="">
<source src="/assets/video/Newport-beach-video.mp4" type="video/mp4" />
Your browser does not support video.
</video>
is there a way to load video fast? or stop buffering?