diff --git a/themes/buha/layouts/partials/snippets/banner_new.html b/themes/buha/layouts/partials/snippets/banner_new.html
index 183fea8e..f599d3e1 100644
--- a/themes/buha/layouts/partials/snippets/banner_new.html
+++ b/themes/buha/layouts/partials/snippets/banner_new.html
@@ -14,7 +14,7 @@
{{ if and $img (ne $banner false) }}
{{ $tiny := ($img.Resize "640x q50") }}
{{ $small := ($img.Resize "768x q50") }}
- {{ $medium := ($img.Resize "10240x q50") }}
+ {{ $medium := ($img.Resize "1024x q50") }}
{{ $large := ($img.Resize "1366x q50") }}
{{ if eq hugo.Environment "development" }}
diff --git a/themes/buha/layouts/partials/snippets/gen_list.html b/themes/buha/layouts/partials/snippets/gen_list.html
index f79fcb2c..92dfbe95 100644
--- a/themes/buha/layouts/partials/snippets/gen_list.html
+++ b/themes/buha/layouts/partials/snippets/gen_list.html
@@ -157,7 +157,7 @@
{{ $i := (.Resources.GetMatch $image) }}
{{ $tiny := ($i.Resize "640x q90") }}
{{ $small := ($i.Resize "768x q90") }}
- {{ $medium := ($i.Resize "10240x q90") }}
+ {{ $medium := ($i.Resize "1024x q90") }}
{{ $large := ($i.Resize "1366x q90") }}