jaruba / wcjs-player

Node Player made for WebChimera.js (libVLC wrapper)
http://webchimera.org/
GNU Lesser General Public License v2.1
178 stars 46 forks source link

Remove "Buffering x%" #51

Closed Chayemor closed 8 years ago

Chayemor commented 8 years ago

I read through the documentation but cant' find any configuration to remove this message from the player.

Thanks.

jaruba commented 8 years ago

There's nothing in the API specifically made to remove just that, I guess you could use CSS to remove the entire status message holder with:

.wcp-status { display: none !important }