Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pupunzi committed Feb 17, 2019
2 parents b5708d9 + 89b397d commit 7baca76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions examples/demo_ext_methods.html
Expand Up @@ -279,11 +279,25 @@ <h2 style="color:white">Available controls methods</h2>
<img border="0" alt="PayPal" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG_global.gif" class="alignright">
</a>

<!--r1xohS2u69E-->
<!--7SnmCUwOsts-->
<!--IJNR2EpS0jw-->
<a id="bgndVideo" class="player" data-property="{videoURL:'r1xohS2u69E',containment:'body', showControls:true, autoPlay:true, loop:true, vol:50, mute:true, startAt:40, stopAt:150, opacity:1, addRaster:true, quality:'small', abundance:.3, coverImage:'assets/bg-1.jpg'}">My video</a>
<!--BsekcY04xvQ-->

<a id="bgndVideo" class="player"
data-property="{
videoURL:'r1xohS2u69E',
containment:'body',
showControls:true,
autoPlay:true,
loop:true,
vol:50,
mute:true,
startAt:40,
stopAt:150,
opacity:1,
addRaster:true,
quality:'small',
abundance:.25,
coverImage:'assets/bg-1.jpg'
}"
>My video</a>

</div>

Expand Down
2 changes: 1 addition & 1 deletion src/jquery.mb.YTPlayer.src.js
Expand Up @@ -20,7 +20,7 @@
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* src-block */
alert("This is the 'jquery.mb.vimeo_player.src.js' javascript file and can't be included. Use the one you find in the 'dist' folder!");
alert("This is the 'jquery.mb.YTPlayer.src.js' javascript file and can't be included. Use the one you find in the 'dist' folder!");
/* end-src-block */


Expand Down

0 comments on commit 7baca76

Please sign in to comment.