Audio/Video default Volume
-
Hi
I found this and put it into my footer.php:
<script type="text/javascript"> jQuery(document).ready(function ($) { if($.fn.mediaelementplayer) { $("video").mediaelementplayer({ startVolume: 0.5 }); } }); </script>
But it does not work. Can someone help please ?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Audio/Video default Volume’ is closed to new replies.