I have the following code where if you click on the button "Full Size" it opens a new tab and plays a mp4 video. However I can´t seem to figure out how to hide the controls of that video since I don´t have a video tag.
<div class="artworkProject">
<img src="{{ site.baseurl }}/assets/img/artwork/008">
<div class="artworkProjectOverlay">
<p class="artworkProjectOverlayTitle">#008</p>
<p class="artworkProjectOverlayDate">21.07.2018</p>
<a href="{{ site.baseurl }}/assets/img/artwork/008.mp4" target="_blank">
<p class="artworkProjectOverlayButton">Full Size</p>
<span class="artworkProjectLink"></span>
</a>
</div>
</div>