internet explorer - html5 tag does not work in safari and IE -
I have a webcam video running on my site which is not working on Safari and IE.
I have used the code
& lt; Video src = "http://video.webmfiles.org/elephants-dream.webm" control autoplay loop preload = "auto" poster = "http: //my-site.com/images/home-banner.png" class = "Only-default" width = "613" height = "354" & gt; & Lt; Source type = 'video / webm; Codecs = "vp8, vorbis" 'src = "http://video.webmfiles.org/elephants-dream.webm" & gt; & Lt; / Video & gt;
WebM is not supported in IE and Safari
More info Here
Comments
Post a Comment