How can I hide only a few attributes of HTML5 video controls?

0

I would like to leave in the video only the volume and play / pause controls. With the option to download the video, the FULL-WIDHT button to see the enlarged video and the progress bar. What is the easiest way to do this using html and or js?

<video class="parallax_video" preload="auto" autoplay="autoplay" loop="loop" muted="muted" controls="controls" width="100%" height="auto"><source src="#" type="video/mp4" /></video>

    
asked by anonymous 09.09.2018 / 01:57

0 answers