Help, please, added a videophone script, it is displayed only in IE and Mozilla, Opere and Chrome just cost a video, although there are video formats .mp4 .ogg .webm
<script> $(document).ready(function() { var videobackground = new $.backgroundVideo($('body'), { "align": "centerXY", "width": 1280, "height": 720, "path": "video/", "filename": "bg", "types": ["mp4","ogg","webm"], "preload": true, "autoplay": true, "loop": true }); $("a[rel='m_PageScroll2id']").mPageScroll2id(); });