From 7ac16da48957f42e98f2a20e1e8c670d5b349810 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Sat, 14 Oct 2023 11:17:07 +0600 Subject: [PATCH] optimize banner image --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 4ce2489..2f6bfa1 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -21,7 +21,7 @@ {{ end }}
- {{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto" "Size" "800x") }} + {{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" ) }}