about summary refs log tree commit diff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/comic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/comic.html b/layouts/_default/comic.html
index edc574b..d13b76e 100644
--- a/layouts/_default/comic.html
+++ b/layouts/_default/comic.html
@@ -21,7 +21,7 @@
     <img title="{{ .Params.TitleText }}"
          alt={{ readFile (delimit (slice "/static/comics/" .Params.ComicId "/transcript.txt") "")}}
          src="/comics/{{ .Params.ComicId }}/{{ .Params.ComicTitle }}.png"
-         srcset="/comics/{{ .Params.ComicId }}/{{ .Params.ComicTitle }}_full.png 5x"
+         srcset="/comics/{{ .Params.ComicId }}/{{ .Params.ComicTitle }}_full.png 2x"
          >
     {{ partial "comicNav.html" . }}
     {{ .Content }}