Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mb.jquery.components committed Feb 23, 2017
1 parent cf1c0b3 commit 48af346
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions examples/demo_multiple_videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,8 @@ <h1>jQuery.mb.YTPlayer as background</h1>
<br>
Video info from the YT feed:
<div class="dida"></div>


<br>
<br>


<h2>Choose the video to play</h2>
<button class="sel" onclick="jQuery('#bgndVideo').changeMovie({videoURL:'http://www.youtube.com/watch?v=mAf6zKRb1wI'})"> vito acconci theme song 1973 </button>
<button onclick="jQuery('#bgndVideo').changeMovie({videoURL:'dZaD9CHZecE',ratio:'4/3'})"> Vito Acconci - Undertone 1972 (extract) </button>
Expand All @@ -202,10 +198,7 @@ <h2>Choose the video to play</h2>
<button onclick="jQuery('#bgndVideo').changeMovie({videoURL:'http://www.youtube.com/watch?v=rkfOgavdhak',ratio:'4/3'})"> Bruce Nauman - Pinch Neck 1968 </button>
<button onclick="jQuery('#bgndVideo').changeMovie({videoURL:'http://www.youtube.com/watch?v=UJQmV8aPNao'})"> Bill Viola - Acceptance, 2008 </button>
</div>



<a id="bgndVideo" data-property="{videoURL:'http://www.youtube.com/watch?v=mAf6zKRb1wI',containment:'body',autoPlay:true, mute:true, startAt:0,opacity:1,ratio:'4/3', addRaster:true}">My video</a>
<a id="bgndVideo" data-property="{videoURL:'http://www.youtube.com/watch?v=mAf6zKRb1wI',containment:'body',autoPlay:true, loop:false, mute:true, startAt:0,opacity:1,ratio:'4/3', addRaster:true}">My video</a>

<a style="position: fixed;bottom:40px;right: 30px;" href="http://pupunzi.open-lab.com/consider-a-donation/" target="_blank">
<img border="0" alt="PayPal" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG_global.gif" class="alignright">
Expand Down

0 comments on commit 48af346

Please sign in to comment.