From dd8a7dcdff0fcb5fde8de811431c2f31f5b857c6 Mon Sep 17 00:00:00 2001 From: Zed Date: Sun, 23 Jun 2019 02:52:07 +0200 Subject: [PATCH] Use `?name=orig` for original quality images --- src/views/tweet.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tweet.nim b/src/views/tweet.nim index e295045..734eff3 100644 --- a/src/views/tweet.nim +++ b/src/views/tweet.nim @@ -39,7 +39,7 @@ #for photo in photos:
##TODO: why doesn't this work? - + #let style = if photos.len > 1 or groups.len > 1: "display: flex;" else: "" #let istyle = if photos.len > 1 or groups.len > 1: "" else: "border-radius: 7px;"