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