diff --git a/public/js/music.js b/public/js/music.js index c9d8809..b2601e6 100755 --- a/public/js/music.js +++ b/public/js/music.js @@ -6,6 +6,8 @@ $(document).ready(function() { loop: false, // enables Flash and Silverlight to resize to content size 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) features: ['playpause','progress','current','duration','tracks','volume'], // Hide controls when playing and mouse is not over the video