css - HTML5 video not working in safari 5 -
i'm using video in page , i'm having problem of not playing video in safari 5. have seen many answer not working in case. below code-
<video autoplay muted width="320" height="240"> <source src="video/video.mp4" type="video/mov"> <source src="video/video.ogv" type="video/ogv"> <source src="video/video.webm" type="video/webm"> browser not support video tag. </video>
this code works fine in mozilla , chrome not in safari.
Comments
Post a Comment