Hi all,
I’m testing some video features so I can start working on my website, and since I was wondering if there is a way for me to disable the video tag on firefox like the example bellow.
<video>
<src="myvideo.mp4" type="video/mp4" controls="controls" />
<!-- run this if firefox -->
</video>
thanks a lot in advance!