Tagged: video controls
Hi!
I have just started on a new site and ran into a problem with self hosted video. I’d like to disable the lower video controls and looping so there’s just a the play button on the middle of the video. There’s also som space below the video (now in purple) that I’d like to get rid of.
Regards,
Roger
I updated Enfold and the space disappeared and no looping is going on any more so that’s nice! Would still be cool to be disable the video controls on the bottom though :)
Hi,
Add this to quick css:
.mejs-controls {
visibility: hidden!important;
}
Best regards,
Jordan Shannon