Skip to content

Commit

Permalink
added:
Browse files Browse the repository at this point in the history
jQuery.fn.YTPGetPlaybackRate
jQuery.fn.YTPSetPlaybackRate
To change the player speed
  • Loading branch information
pupunzi committed Dec 15, 2019
1 parent 31c18d8 commit 4ed474d
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 373 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": "7445"
"buildnum": "7446"
}
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
file: index.tmpl
last modified: 10/25/18 8:00 PM
Version: 3.2.10
Build: 7445
Build: 7446
Open Lab s.r.l., Florence - Italy
email: [email protected]
Expand All @@ -27,9 +27,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=7445" media="all" rel="stylesheet" type="text/css">
<link href="css/jquery.mb.YTPlayer.min.css?_bn=7446" media="all" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="jquery.mb.YTPlayer.js?_bn=7445"></script>
<script src="jquery.mb.YTPlayer.js?_bn=7446"></script>
<script src="../examples/assets/apikey.js"></script>
<style>
*:focus {
Expand Down
Loading

0 comments on commit 4ed474d

Please sign in to comment.