clappr/clappr-level-selector-plugin

Hide or remove the HD icon

isamuhiro opened this issue · 1 comments

Is that a way to remove or hide the HD icon when the quality hits a high definition?

You can hide it using CSS
button.media-control-button[data-hd-indicator].enabled{ display: none !important; }