diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html index 503f7e8..de9ab8a 100644 --- a/layouts/_default/_markup/render-image.html +++ b/layouts/_default/_markup/render-image.html @@ -2,7 +2,7 @@ {{ if not (hasPrefix .Destination "http") }} {{ $resource := .Page.Resources.GetMatch $destination }} - {{ $destination = ($resource.Resize "1000x").RelPermalink }} + {{ $destination = ($resource.Resize "1500x").RelPermalink }} {{ end }}