From 8b29e784f0b35695c3cfa5cc5525b473c56a9550 Mon Sep 17 00:00:00 2001 From: gballan1 Date: Mon, 28 Nov 2016 11:44:44 -0500 Subject: [PATCH] Music player tweaks --- public/js/music.js | 2 ++ 1 file changed, 2 insertions(+) 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