mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Merge pull request #1362 from d4rklynk/pr-youtubelite
✨ Add player parameters for youtubeLite shortcode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user