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