From 8367c051f087a1a9fd3ebef38de9da294530554c Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Tue, 20 Dec 2022 16:17:39 +0100
Subject: [PATCH] fix post image size

---
 layouts/partials/posts/post.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/layouts/partials/posts/post.html b/layouts/partials/posts/post.html
index 683d6ba8..e48b9bc2 100644
--- a/layouts/partials/posts/post.html
+++ b/layouts/partials/posts/post.html
@@ -12,9 +12,9 @@
       {{- partial "commons/image.html"
             (dict
               "image"    .Params.image
-              "mobile"   "351x291"
-              "tablet"   "334x167"
-              "desktop"  "634x317"
+              "mobile"   "350x350"
+              "tablet"   "450x450"
+              "desktop"  "900x900"
             ) -}}
     {{- else -}}
       {{- partial "commons/image-default.html" -}}
-- 
GitLab