Music player tweaks

This commit is contained in:
gballan1 2016-11-28 11:44:44 -05:00
parent eb22128385
commit 8b29e784f0

View File

@ -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