Hey there,
how can I use captures with track attribute in your video shortcode?
Is there an alternative to use videos with your shortcode? Can I use a common video tag together with the track attribute f.e.?
Feedback would be great… thanks.
I found a solution myself working on all browsers and devices :)
You can use the code block element with this:
<video id=”video” controls preload=”metadata” poster=”….png”>
<source src=”…mp4″ type=”video/mp4″ />
<track
label=”Deutsch”
kind=”subtitles”
srclang=”de”
src=”….vtt”/>
</video>