Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
pupunzi committed Oct 1, 2017
1 parent 17de1d1 commit 3ab65f2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"test",
"tests"
],
"buildnum": "6396"
"buildnum": "6397"
}
2 changes: 1 addition & 1 deletion dist/css/jquery.mb.YTPlayer.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<meta charset="UTF-8">
<title>youtube Chromeless Player - mb.YTPlayer</title>
<link href='//fonts.googleapis.com/css?family=Lekton|Lobster' rel='stylesheet' type='text/css'>
<link href="css/jquery.mb.YTPlayer.min.css?_bn=6396" media="all" rel="stylesheet" type="text/css">
<link href="css/jquery.mb.YTPlayer.min.css?_bn=6397" media="all" rel="stylesheet" type="text/css">
<script src="//code.jquery.com/jquery-3.0.0.min.js"></script>
<script src="jquery.mb.YTPlayer.js?_bn=6396"></script>
<script src="jquery.mb.YTPlayer.js?_bn=6397"></script>
<script src="../examples/assets/apikey.js"></script>
<style>
*:focus {
Expand Down
5 changes: 2 additions & 3 deletions dist/jquery.mb.YTPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var getYTPVideoID = function( url ) {
jQuery.mbYTPlayer = {
name: "jquery.mb.YTPlayer",
version: "3.1.0",
build: "6396",
build: "6397",
author: "Matteo Bicocchi (pupunzi)",
apiKey: "",
defaults: {
Expand Down Expand Up @@ -673,7 +673,7 @@ var getYTPVideoID = function( url ) {
jQuery( YTPlayer ).trigger( "YTPChanged" );
}, 50 );
if( YTPlayer.isPlayer && !YTPlayer.opt.autoPlay ) {
var bgndURL = jQuery.mbYTPlayer.locationProtocol + "//i.ytimg.com/vi/" + YTPlayer.videoID + "/hqdefault.jpg";
var bgndURL = jQuery.mbYTPlayer.locationProtocol + "//i.ytimg.com/vi/" + YTPlayer.videoID + "/maxresdefault.jpg";

if( bgndURL )
YTPlayer.opt.containment.css( {
Expand Down Expand Up @@ -1083,7 +1083,6 @@ var getYTPVideoID = function( url ) {
opacity: 1
}, YTPlayer.opt.fadeOnStartTime * 2 );


var controls = jQuery( "#controlBar_" + YTPlayer.id );
var playBtn = controls.find( ".mb_YTPPlaypause" );
playBtn.html( jQuery.mbYTPlayer.controls.pause );
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.mb.YTPlayer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"directories": {
"example": "examples"
},
"buildnum": "6396"
"buildnum": "6397"
}

0 comments on commit 3ab65f2

Please sign in to comment.