Fix error: Bad value "" for attribute "poster" on element "video": Must be non-empty
This commit is contained in:
parent
8d4bf118f6
commit
35049ff8dc
@ -10,7 +10,7 @@ Time: 9:16
|
||||
Title: Introducción a HTML5
|
||||
|
||||
<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"/>
|
||||
<track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/introduccion-es.vtt" srclang="es" default>
|
||||
</video>
|
||||
|
Loading…
x
Reference in New Issue
Block a user