From b846074c45c295622badcd77e71ea2a4702238bc Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 24 Dec 2025 15:04:06 -0700 Subject: [PATCH] Moved the default Odysee video width to site settings. --- layouts/shortcodes/odysee.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/odysee.html b/layouts/shortcodes/odysee.html index 565e9eb..90fc0c5 100644 --- a/layouts/shortcodes/odysee.html +++ b/layouts/shortcodes/odysee.html @@ -1,5 +1,5 @@ {{ $src := .Get 0 | default (.Get "url") | default (.Get "src") -}}{{ $width := .Get 1 | default (.Get "width") | default "80" }} +}}{{ $width := .Get 1 | default (.Get "width") | default (.Site.Params.odyseeVideoWidthPercentage) }}