Music player tweaks
This commit is contained in:
parent
eb22128385
commit
8b29e784f0
@ -6,6 +6,8 @@ $(document).ready(function() {
|
|||||||
loop: false,
|
loop: false,
|
||||||
// enables Flash and Silverlight to resize to content size
|
// enables Flash and Silverlight to resize to content size
|
||||||
enableAutosize: true,
|
enableAutosize: true,
|
||||||
|
// change the size of the audio player,
|
||||||
|
audioWidth: '100%',
|
||||||
// the order of controls you want on the control bar (and other plugins below)
|
// the order of controls you want on the control bar (and other plugins below)
|
||||||
features: ['playpause','progress','current','duration','tracks','volume'],
|
features: ['playpause','progress','current','duration','tracks','volume'],
|
||||||
// Hide controls when playing and mouse is not over the video
|
// Hide controls when playing and mouse is not over the video
|
||||||
|
Loading…
Reference in New Issue
Block a user