Skip to content

Commit

Permalink
Thumb cropping and scaling (.Fill) fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Sep 11, 2024
1 parent b0144e0 commit 6e2cfc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/blog/2024/Dates/vvvv-fuse workshop at NOISE/thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion layouts/_default/thumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ if ne $category "Monthly Reviews" }}
{{ with .Params.thumb}}
{{ with $.Resources.GetMatch .}}
{{ $thumb = .Fill "80x80 jpg q99"}}
{{ $thumb = .Fill "80x80 Center jpg q99"}}
{{ end }}
{{ end }}
{{ end }}
Expand Down

0 comments on commit 6e2cfc2

Please sign in to comment.