Increase preview size

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-08-28 21:25:14 +02:00
parent 124a65bcfd
commit eb78d201de
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -25,8 +25,8 @@ const (
livePostingDiscordProfileHeight = 300
livePostingDiscordProfileWidth = 300
livePostingNumberOfMessagesToLoad = 100
livePostingPreviewHeight = 180
livePostingPreviewWidth = 320
livePostingPreviewHeight = 720
livePostingPreviewWidth = 1280
livePostingTwitchColor = 0x6441a5
)