Closed isamuhiro closed 3 years ago
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; }
button.media-control-button[data-hd-indicator].enabled{ display: none !important; }
Is that a way to remove or hide the HD icon when the quality hits a high definition?