wordpress - video in html5 is not working in IE -


i using html5 video tag play video , html5.js show video in popup in wordpress. video working in firefox , chrome not in ie. in ie9and ie10 .it showing image in ie.please let me know how can fix it.

to enable new html5 tags in internet explorer, need insert simple javascript code on page ie can understand new tags. code responsible following:

<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> 

:)


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -