diff --git a/layouts/partials/blocks/templates/posts/large.html b/layouts/partials/blocks/templates/posts/large.html
index d29b3dacbd02a0e7c52e70be32613749019a1c5e..c76b4099268d0bcf105844a2e217d8e847e8ef25 100644
--- a/layouts/partials/blocks/templates/posts/large.html
+++ b/layouts/partials/blocks/templates/posts/large.html
@@ -50,7 +50,7 @@
             {{- partial "commons/image.html"
                 (dict
                   "image"    .Params.image
-                  "sizes"    site.Params.image_sizes.sections.events.item
+                  "sizes"    site.Params.image_sizes.sections.posts.item
                 ) -}}
           {{- else -}}
             {{- partial "commons/image-default.html" "posts" -}}
diff --git a/layouts/partials/posts/post.html b/layouts/partials/posts/post.html
index ac111562a5c4c05e168820356ee00cda566088c6..0137312c24227bf98f93550bec9aec4ead3f75d3 100644
--- a/layouts/partials/posts/post.html
+++ b/layouts/partials/posts/post.html
@@ -49,7 +49,7 @@
       {{- partial "commons/image.html"
           (dict
             "image"    .Params.image
-            "sizes"    site.Params.image_sizes.sections.events.item
+            "sizes"    site.Params.image_sizes.sections.posts.item
           ) -}}
     {{- else -}}
       {{- partial "commons/image-default.html" "posts" -}}