mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Add player parameters
https://github.com/paulirish/lite-youtube-embed?tab=readme-ov-file#custom-player-parameters
This commit is contained in:
parent
fd1dd03358
commit
b90b916493
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{{- $id := .Get "id" | default "SgXhGb-7QbU" -}}
|
||||
{{- $label := .Get "id" | default "Blowfish" -}}
|
||||
{{- $params := .Get "params" -}}
|
||||
|
||||
<lite-youtube videoid="{{ $id }}" playlabel="{{ $label }}"></lite-youtube>
|
||||
<lite-youtube videoid="{{ $id }}" playlabel="{{ $label }}" params="{{ $params }}"></lite-youtube>
|
||||
|
|
Loading…
Reference in a new issue