jquery.audioslideshow icon indicating copy to clipboard operation
jquery.audioslideshow copied to clipboard

Add audio volume controls

Open michaelguild13 opened this issue 11 years ago • 1 comments

michaelguild13 avatar Apr 15 '13 15:04 michaelguild13

add this in

$that.find('.volume').slider({ value : 50, max: 100, range: 'min', animate: true, orientation: "vertical", slide: function(event, ui) { if(ui.value <= 80){ console.log(ui.value); var volume = ui.value / 100; $jPlayerObj.jPlayer("volume", volume); }else{ return false; }; } });

michaelguild13 avatar May 02 '13 13:05 michaelguild13