Advertisement
lukerogue

Untitled

Jan 27th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  2. <script src="https://roguefamiliya.com/js1/jquery.mb.YTPlayer.js"></script>
  3. <link href="https://roguefamiliya.com/css/YTPlayer.css" media="all" rel="stylesheet" type="text/css">
  4.  
  5. </div>
  6. <div id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=8r5vjA_NrK4',containment:'body',stopMovieOnBlur:false, autoPlay:true, vol:15, loop:true, startAt:0,mute:false, showControls:false}" style="display: none; position: relative; background-image: none;"></div>
  7.  
  8. <script>
  9. jQuery(function(){
  10. jQuery(".player").mb_YTPlayer();
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement