Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	bower.json
#	dist/index.html
#	dist/jquery.mb.YTPlayer.js
#	dist/jquery.mb.YTPlayer.min.js
#	package.json
  • Loading branch information
pupunzi committed Sep 29, 2017
2 parents 0af6eb6 + 1b0bc94 commit 17de1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.

2 changes: 1 addition & 1 deletion src/jquery.mb.YTPlayer.src.js
Original file line number Diff line number Diff line change
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

0 comments on commit 17de1d1

Please sign in to comment.