Skip to content

Add "Start At" time support to Video component#77

Open
bencounsell wants to merge 1 commit intomainfrom
auto-fix/issue-69
Open

Add "Start At" time support to Video component#77
bencounsell wants to merge 1 commit intomainfrom
auto-fix/issue-69

Conversation

@bencounsell
Copy link
Copy Markdown
Member

Summary

  • Adds a new Start At property (in seconds) to the Video component, allowing users to specify when a video should begin playback
  • Supports all platforms: YouTube (start parameter), Vimeo (#t parameter), and MP4 (currentTime)
  • Property appears in the Video group inspector with a numeric input defaulting to 0

Changes

  • properties.config.json / properties.json: Added startAt number property
  • hooks.source.js / hooks.js: Pass startAt through options object
  • templates/alpine.html: Apply start time to YouTube/Vimeo iframe URLs and MP4 currentTime

Fixes #69

Adds a new "Start At" time property (in seconds) that allows users to
specify when a video should begin playback. Supports YouTube (start
parameter), Vimeo (#t parameter), and MP4 (currentTime).

Fixes #69

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for "start at" time to Video component

1 participant