mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
fix typo (#1663)
This commit is contained in:
parent
637b00547a
commit
48e4fa0ce5
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Embed a responsive player for a YouTube video.
|
||||||
The arguments are:
|
The arguments are:
|
||||||
|
|
||||||
- `id`: the video id (mandatory)
|
- `id`: the video id (mandatory)
|
||||||
- `playlist: the playlist id (optional)
|
- `playlist`: the playlist id (optional)
|
||||||
- `class`: a class to add to the `<div>` surrounding the iframe
|
- `class`: a class to add to the `<div>` surrounding the iframe
|
||||||
- `autoplay`: when set to "true", the video autoplays on load
|
- `autoplay`: when set to "true", the video autoplays on load
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue