From eb78d201de4b1af9718a97d6d9930ee172087cc0 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 28 Aug 2021 21:25:14 +0200 Subject: [PATCH] Increase preview size Signed-off-by: Knut Ahlers --- mod_livePosting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_livePosting.go b/mod_livePosting.go index c84ecf4..7cc9d19 100644 --- a/mod_livePosting.go +++ b/mod_livePosting.go @@ -25,8 +25,8 @@ const ( livePostingDiscordProfileHeight = 300 livePostingDiscordProfileWidth = 300 livePostingNumberOfMessagesToLoad = 100 - livePostingPreviewHeight = 180 - livePostingPreviewWidth = 320 + livePostingPreviewHeight = 720 + livePostingPreviewWidth = 1280 livePostingTwitchColor = 0x6441a5 )