Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1403677

    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.

    #1403679

    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>

    #1403687

    Hi,

    Glad you figured it out and thanks for sharing your solution :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to use captures with track attribute in videos with enfold?’ is closed to new replies.