Skip to content Skip to sidebar Skip to footer

How Could You Show Controls For Html5 Video Element In Ie11?

IE11 (possibly 10 as well) does not show video controls until you hover over the video itself. Personally I think is completely useless, especially when you use the poster element

Solution 1:

You need to add the control tag after declaring the video tag.

As shown in W3 schools:

W3 Schools -HTML 5 Video

If you remove the controls attribute, the controls will not appear on the video.

Post a Comment for "How Could You Show Controls For Html5 Video Element In Ie11?"