소스 검색

perf: optimise size and format of section backgrounds

George Cushen 3 년 전
부모
커밋
a9189fd7c7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wowchemy/layouts/partials/widget_page.html

+ 1 - 0
wowchemy/layouts/partials/widget_page.html

@@ -53,6 +53,7 @@
   {{ if $bg.image }}
     {{/* See Hugo note on linking assets in styles: https://github.com/gohugoio/hugoThemes#common-permalink-issues */}}
     {{ $bg_img := resources.Get (printf "media/%s" $bg.image) }}
+    {{ $bg_img = $bg_img.Fit "1920x1920 webp" }}
     {{ if $bg_img }}
       {{ $style_bg = printf "%sbackground-image: url('%s');" $style_bg $bg_img.Permalink }}
     {{ else }}