You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to start a video at a certain timestamp through an optional parameter, named start for instance. Both Vimeo and YouTube embed options allow this by adding a parameter such as t=1m2s.
I can submit a PR but I'm not sure if this is a common need. Any thoughts?
The text was updated successfully, but these errors were encountered:
To avoid further complicating things, not sure this is necessary. The time start is part of the video's URL. Couldn't you just append that to the video id and do something like this?
{% include video id="XsxDH4HcOWA?start=35" provider="youtube" %}
Perhaps just an update to the documentation to note that an id can contain the start time from a YouTube embed.
I'd like to be able to start a video at a certain timestamp through an optional parameter, named
start
for instance. Both Vimeo and YouTube embed options allow this by adding a parameter such ast=1m2s
.I can submit a PR but I'm not sure if this is a common need. Any thoughts?
The text was updated successfully, but these errors were encountered: