Hi… I am using a video backgorund on my site, it was working perfect, but a few days ago it start to show the text “VIDEO PLAYER” before the video background, and this text was not there a few days ago.
I do not want to show this text… what can be done?
see what I mean on http://www.rigut.com.br
Best regards.
Jonathan
Hi lans2787!
Add this to your custom CSS.
.mejs-offscreen { display: none !important; }
Best regards,
Elliott