Video HTML5 with poster
this video tag have a video url, poster and it was fixed on wide to 240px
HTML
<video controls="controls"
style="max-width:240px;"
poster="http://www.rosarito.gob.mx/vi/wp-content/uploads/2015/09/Lizt-Alfonso-300x200.png">
<source src="http://www.rosarito.gob.mx/vi/wp-content/uploads/2015/09/Lizt-Alfonso.mp4"
type="video/mp4" />
</video>