When embedding videos using iframe or object, it's possible to set a start time but I can't see that option in the Video Filter documentation. Perhaps that is something that could be added?

Apologies if it's already been reported - I did have a quick check but this is the first time I'm opening an issue on D.O!

Comments

minnur’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

This has been added to codecs that support start time, like Vimeo and Youtube. In D8 there is an interface for that, however in D7 you have to specify parameters in the tag manually e.g: [video:[URL] start:2m3s] etc..

See #2361429: Time Markers needed

minnur’s picture