Skip to content

Commit

Permalink
Added default for vertical playbackRate GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Nov 6, 2013
1 parent c695b39 commit 8b7f268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.jplayer/jquery.jplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@
}
},
verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the left. Also volume affects either width or height.
verticalPlaybackRate: false,
globalVolume: false, // Set to make volume and muted changes affect all jPlayer instances with this option enabled
idPrefix: "jp", // Prefix for the ids of html elements created by jPlayer. For flash, this must not include characters: . - + * / \
noConflict: "jQuery",
Expand Down

0 comments on commit 8b7f268

Please sign in to comment.