-2

How can I play this video inside ie8 browser? I think I need to use object tag, but I don't know how I can.

 <video autoplay="" loop="" muted="" class="fillWidth-fadeIn-wow-collapse in" data-wow-delay="0.5s"
       poster="https://s3-us-west-2.amazonaws.com/coverr/poster/Traffic-blurred2.jpg" id="video-background">
    <source src="https://s3-us-west-2.amazonaws.com/coverr/mp4/Traffic-blurred2.mp4" type="video/mp4">
    Your browser does not support the video tag.
</video>
Random Channel
  • 1,134
  • 10
  • 22

1 Answers1

0

The HTML 5 tag video is fully supported in 9+ version of IE. See the especification: http://www.w3schools.com/tags/tag_video.asp