Hi,
I have created a video page using an mp4 file and Jquery Media Element.
I want the video to start muted so i added
So the file but that didnt work, the rest of my code is:
- $('div.media-player')
- // init and configure controls
- .jmeControl({
- addThemeRoller: false,
- volumeSlider: {
- range: 'min'
- },
- timeSlider: {
- range: 'min'
- }
-
- })
I really appreciate any help!
Thanks
Fred