What is the purpose of the poster attribute in the <video> element?
<video controls poster="thumbnail.jpg">
<source src="video.mp4" type="video/mp4">
</video>
What is the purpose of the poster attribute in the <video> element?
<video controls poster="thumbnail.jpg">
<source src="video.mp4" type="video/mp4">
</video>