video add poster image

<video controls poster="/images/w3school.gif">
   <source src="movie.mp4" type="video/mp4">
   <source src="movie.ogg" type="video/ogg">
   Your browser does not support the video tag.
</video> 

Add a picture to the poster attribute

Guess you like

Origin blog.csdn.net/qq_35775675/article/details/82849752