Skip to content

Commit 6252ab5

Browse files
committed
improve new compact image pixel
1 parent cbb4188 commit 6252ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/views/compact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<div class="ml-3">
7777
{{ $resource := partial "blox-core/functions/get_featured_image.html" $item }}
7878
{{ with $resource }}
79-
{{ $image := .Resize "150x100" }}
79+
{{ $image := .Resize "300x200" }}
8080
{{ if ne $image.MediaType.SubType "gif" }}{{ $image = $image.Process "webp" }}{{ end }}
8181
<a href="{{$link}}" {{ $target | safeHTMLAttr }}>
8282
<img src="{{ $image.RelPermalink }}" height="{{ $image.Height }}" width="{{ $image.Width }}"

0 commit comments

Comments
 (0)