Fix error: Bad value "" for attribute "poster" on element "video": Must be non-empty

This commit is contained in:
Jesús 2019-11-08 17:27:02 -05:00
parent 8d4bf118f6
commit 35049ff8dc
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -10,7 +10,7 @@ Time: 9:16
Title: Introducción a HTML5 Title: Introducción a HTML5
<figure> <figure>
<video id="player-ply" playsinline controls poster=''> <video id="player-ply" playsinline controls>
<source src="https://archive.org/download/coursehtml5/0001-Introduccion.webm" type="video/webm"/> <source src="https://archive.org/download/coursehtml5/0001-Introduccion.webm" type="video/webm"/>
<track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/introduccion-es.vtt" srclang="es" default> <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/introduccion-es.vtt" srclang="es" default>
</video> </video>