I've been using this boostrap snippet that loads a video when entering site. http://bootsnipp.com/snippets/featured/ful-screen-video-background
I'm trying to make it load and randomize a list of videos each time you enter the site, but I'm not getting it to work. Help me pls!
HTML:
<section class="content-section video-section"><div class="pattern-overlay"><a id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=fdJc1_IBKJA',containment:'.video-section', quality:'large', autoPlay:true, mute:true, opacity:1}">bg</a></div></section>
JS:
$(document).ready(function () {
$(".player").mb_YTPlayer(); });
Best Reagrds.