{{ $img := (.Resources.ByType "image").GetMatch "*featured*" }}
{{ with $img }}
- {{ $img := .Fill "600x300 top" }}
-

+ {{ $big := .Fill "1024x512 top" }}
+ {{ $small := $big.Resize "512x" }}
+

{{end}}
{{/* the margin aligns to the bottom */}}
diff --git a/themes/gohugoioTheme/layouts/showcase/single.html b/themes/gohugoioTheme/layouts/showcase/single.html
index 55fec7f49..c3e15127e 100644
--- a/themes/gohugoioTheme/layouts/showcase/single.html
+++ b/themes/gohugoioTheme/layouts/showcase/single.html
@@ -35,8 +35,9 @@ Showcase: {{ .Title }}
{{define "main-column"}}
{{ $img := (.Resources.ByType "image").GetMatch "*featured*" }}
{{ with $img }}
- {{ $img := .Resize "940x" }}
-
+ {{ $big := .Fill "1024x512 top" }}
+ {{ $small := $big.Resize "512x" }}
+
{{ end }}
{{with .Params.byline }}