Skip to content

Commit

Permalink
docs: added info about the possibility to start YouTube video at spec…
Browse files Browse the repository at this point in the history
…ific time (#168)
  • Loading branch information
BogdanCerovac committed Feb 11, 2024
1 parent 2ff4590 commit dbfb016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ Parameters:
* `width` (`number`): width of the video
* `height` (`number`): height of the video

You can also make the video start at specific time if you add `?start=1234` to the id value (where 1234 are seconds),

## Custom Components

Create a directory `components/` under your project root, and simply put your custom Vue components under it, then you can use it with the same name in your markdown file!
Expand Down

0 comments on commit dbfb016

Please sign in to comment.