Forum Discussion
Nedim
11 months agoCommunity Member
Hide Volume Button in Video Controls
How can I hide the volume button in the video controls?
- 11 months ago
Try this:
document.querySelectorAll('.video-volume').forEach(volume => { volume.style.display = 'none'; });
MichaelGallaghe
11 months agoCommunity Member
That worked perfectly! Thank you so much.
Related Content
- 1 year ago
- 8 months ago