2013gang

Results 3 comments of 2013gang

If your image is a "background" image then it is going to block the video, isn't it?

I think so, can you try this: ``` @media (min-width: 300px) { video { background: none; } } ```

``` @media (min-width: 300px) { video[style] { background: none !important; } } ``` try this?