commit d9063e0ff96a1f8977c0960b85f5c0c9bb9215ad
parent a88af8c8613e4a138d0dbbf5ac486b2db266dd4f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 4 Nov 2018 21:42:25 +0100
Increase resolution of images
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/about/_index.md b/content/about/_index.md
@@ -14,4 +14,4 @@ In my other life I am a scientist interested in climate, granular materials,
and glaciers. For more information, please see my [academic
webpage](https://adamsgaard.dk).
-{{< imgproc "anders_damsgaard_portrait.png" Resize "x600" >}}
+{{< imgproc "anders_damsgaard_portrait.png" Resize "x1000" >}}
diff --git a/themes/tale-mod/layouts/_default/single.html b/themes/tale-mod/layouts/_default/single.html
@@ -23,8 +23,8 @@
{{ $scratch.Set "counter" 0 }}
{{ range . }}
- {{/* $scratch.Set "image" (.Resize "700x q90") */}}
- {{ $scratch.Set "image" (.Fit "700x700 q90") }}
+ {{/* $scratch.Set "image" (.Resize "1200x q90") */}}
+ {{ $scratch.Set "image" (.Fit "1200x1200 q90") }}
{{ $image := $scratch.Get "image" }}
{{/* $image.Sharpen 0.5 */}}
<figure style="padding: 0.0rem; margin: 2rem 0;