# Disabling video tag on Firefox

**URL:** https://forum.kirupa.com/t/disabling-video-tag-on-firefox/330688
**Category:** web dev
**Created:** [February 28, 2013, 6:37pm UTC](https://forum.kirupa.com/t/disabling-video-tag-on-firefox/330688 "2013-02-28T18:37:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![outback](https://avatars.discourse-cdn.com/v4/letter/o/9f8e36/32.png) [@outback](https://forum.kirupa.com/u/outback)
#### Post date: [February 28, 2013, 6:37pm UTC](https://forum.kirupa.com/t/disabling-video-tag-on-firefox/330688/1 "2013-02-28T18:37:31Z")

</div>

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.

```auto

<video>
<src="myvideo.mp4" type="video/mp4" controls="controls" />
<!-- run this if firefox -->
</video>

```

thanks a lot in advance!
