diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-04 18:55:49 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-04 18:57:24 +0100 |
commit | 1b9565fa2eeb2635f2233161f920963bf514b524 (patch) | |
tree | 63b1623f9575c8453d5348a9d9eeaa54e34e472d /views/info.pug | |
parent | 07c8263929fb5b46082d5c3b20a11edfb59a2b25 (diff) | |
download | server-1b9565fa2eeb2635f2233161f920963bf514b524.tar.gz |
Use img srcset for cover images of differing resolutions.
Diffstat (limited to 'views/info.pug')
-rw-r--r-- | views/info.pug | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |