diff options
Diffstat (limited to 'layouts/partials/button-31.html')
-rw-r--r-- | layouts/partials/button-31.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/button-31.html b/layouts/partials/button-31.html index 305912a..6d438e4 100644 --- a/layouts/partials/button-31.html +++ b/layouts/partials/button-31.html @@ -1,8 +1,8 @@ {{- $file := .file }} {{- $path := printf "webbuttons_31/%s" $file}} {{- $img := resources.Get $path }} -{{- $img1x := $img.Resize "88x webp q90"}} -{{- $img2x := $img.Resize "176x webp q90"}} +{{- $img1x := $img.Resize "88x gif q90"}} +{{- $img2x := $img.Resize "176x gif q90"}} {{- if $.href }} <a href="{{ $.href }}"> {{ end }} <img |