From 1b9565fa2eeb2635f2233161f920963bf514b524 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 4 Dec 2021 18:55:49 +0100 Subject: Use img srcset for cover images of differing resolutions. --- views/info.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/info.pug') diff --git a/views/info.pug b/views/info.pug index f73e6ef..b579f64 100644 --- a/views/info.pug +++ b/views/info.pug @@ -12,7 +12,7 @@ html h1= title.title_name div.logo - img.logo(src="/"+title.title_id+"/cover.jpg") + +gamecover(title.title_id) | !{ about_html } -- cgit v1.2.3