clappr / clappr-level-selector-plugin

Clappr Level Selector Plugin
MIT License
76 stars 56 forks source link

Hide or remove the HD icon #89

Closed isamuhiro closed 3 years ago

isamuhiro commented 4 years ago

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

RAvenGEr commented 3 years ago

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