What will happen if the image specified in the poster attribute is not found?
<video width="320" height="240" controls poster="wrong_image.jpg">
<source src="video.mp4" type="video/mp4">
</video>
What will happen if the image specified in the poster attribute is not found?
<video width="320" height="240" controls poster="wrong_image.jpg">
<source src="video.mp4" type="video/mp4">
</video>