VIDEO ITEM: Start Youtube video at a certain time (1:42)
Hello,
I want to let the video on the Mechanics homepage start at 1:42.
I used the video item / building block.
I already tried to use the parameter field with "start=1m42s"
But the video still starts at the beginning, not on the video time as mentioned above.
How can I create this?
Thank you!
Agnes
Comments
as we can see, Youtube takes only seconds into account. So instead of start=1m42s you should use start=102. More details about YT parameters you can find on https://developers.google.com/youtube/player_parameters?hl=en
Thanks!