diff --git a/mods/unsplash.go b/mods/unsplash.go index 2a0ad4d..f0a1158 100644 --- a/mods/unsplash.go +++ b/mods/unsplash.go @@ -110,7 +110,7 @@ func unsplash(broker *tg.Broker, update tg.APIMessage) { width := right - left texts := []string{text} - if width > iwidth { + if width*1.2 > iwidth { // Split text texts = splitCenter(text)