From 11bda258198a94896d2c775ea9415fb5dc896fc9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 22 Dec 2025 11:58:56 -0700 Subject: [PATCH] Change width of Odysee video to 80% from 65%. --- 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 34d613f..565e9eb 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 "65" }} +}}{{ $width := .Get 1 | default (.Get "width") | default "80" }}