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>