Skip to content

Commit dbfb016

Browse files
docs: added info about the possibility to start YouTube video at specific time (#168)
1 parent 2ff4590 commit dbfb016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/components.md

+2
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ Parameters:
262262
* `width` (`number`): width of the video
263263
* `height` (`number`): height of the video
264264

265+
You can also make the video start at specific time if you add `?start=1234` to the id value (where 1234 are seconds),
266+
265267
## Custom Components
266268

267269
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!

0 commit comments

Comments
 (0)