In the following code, is the poster attribute correctly specified?
<video width="320" height="240" controls poster="/images/image.jpg">
<source src="video.mp4" type="video/mp4">
</video>
In the following code, is the poster attribute correctly specified?
<video width="320" height="240" controls poster="/images/image.jpg">
<source src="video.mp4" type="video/mp4">
</video>