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) }}