<video> tag is working in chrome but not in Firefox ..I have the Firefox version 56.0.2 ..What is the problem?
<div id="myvideo" class="lp-video-wrapper">
<div class="video-wrap hidden-xs">
<video autoplay="" loop="" id="usbvideo" tabindex="0" class="al-img100">
<source src="174125357.webm" type="video/webm">
<source src="174125357.mp4" type="video/mp4">
</video>
</div>
</div>