javascript - Remove Controls in MediaElement player. Where to add/change the code -


this basic question change or add code. want remove of controls on media element player. there information everywhere on internet in summary states.

you can control buttons appear on control bar setting {features:['playpause','backlight']} array etc...

my question go change or insert code {features: etc...

i see folders media front/players/osmplayer/player/templates etc. , there several src query-ui js folders , files.

can point me in right direction. if have ever changed features of player can ask folder , file did go to insert or alter code.

just add features want/need in own custom mejs initialization script :

$('video,audio').mediaelementplayer({    features:['playpause','progress','volume'],    alwaysshowcontrols: false }); 

see jsfiddle


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -