Does anyone know how can I display an image for the browsers which don't support the tag ? Displaying a text such as in:
<video src="video.mp4" type="video/mp4">
Your browser does not support the <video> tag
</video>
Is easy, but if I replace the text with an img tag, it will always show the image, even when the browser DOES support the video tag.
Thanks for sharing your knowledge
(EDIT) This is not the case, my tests were wrong and img tag indeed gets rendered only when video is not supported (e.g. Safari 5)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…