CristhGunners - Desarrollador de Software

Cristhofer Andana

Desarrollador de Software

Agregar thumbnail a video en HTML

html

enero 02, 2023

Agregar thumbnail a video en HTML con el atributo poster:

<video poster="path/to/image" controls>
  <source src="movie.mp4" type="video/mp4">
  Your browser does not support the html video tag.
</video>