Twitch Embed does not skip to timestamp

Hey,

I embedded the Twitch Embed Player in my site as in the docs proposed (left out the includes/divs):

<script type="text/javascript">
  new Twitch.Embed("twitch-embed", {
    width: 854,
    height: 480,
    video: "v206702792",
    time: "05h50m48s"
  });
</script>

But this does not jump to the timestamp, what am I doing wrong? Using an <iframe> works like a charm.

Any ideas, any hint appreciated!

cheers

PrimuS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.