Considering the following code snippet, what will the poster attribute do?
<video controls poster="thumbnail.jpg">
<source src="video.mp4" type="video/mp4">
</video>
Considering the following code snippet, what will the poster attribute do?
<video controls poster="thumbnail.jpg">
<source src="video.mp4" type="video/mp4">
</video>