From b90b91649321cdce626fb059a34d6b3a4cb59756 Mon Sep 17 00:00:00 2001 From: samsepi0l Date: Fri, 22 Mar 2024 12:16:30 +0100 Subject: [PATCH] Add player parameters https://github.com/paulirish/lite-youtube-embed?tab=readme-ov-file#custom-player-parameters --- layouts/shortcodes/youtubeLite.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/shortcodes/youtubeLite.html b/layouts/shortcodes/youtubeLite.html index 398f9f79..4375eb38 100644 --- a/layouts/shortcodes/youtubeLite.html +++ b/layouts/shortcodes/youtubeLite.html @@ -1,4 +1,5 @@ {{- $id := .Get "id" | default "SgXhGb-7QbU" -}} {{- $label := .Get "id" | default "Blowfish" -}} +{{- $params := .Get "params" -}} - +