i have a problem. I want to show my video on the page, but it doesn't work on IE 11 windows 7, on other it works fine. The problem is that other mp4 files works on IE 11, windows 7 too.
I don't know what is wrong with my video file that IE 11, windows 7 shows nothing
<div class="my-video">
<div class="my-video-overlay"></div>
<video autoplay="autoplay" loop="loop">
<source src="http://megasystem.freshdraft.pl/wp-content/themes/x/video/megasys.mp4" type="video/mp4">
<source src="http://megasystem.freshdraft.pl/wp-content/themes/x/video/megasys.webm" type="video/webm">
<source src="http://megasystem.freshdraft.pl/wp-content/themes/x/video/megasys.ogv" type="video/ogv">
</video>
</div>