adjust images, remove blur - #20
Conversation
|
|
@mxmehl looks like the images are scaled down and become pixellated - do you know why? The main image is an 8MB large image in this version, should not appear pixellated as is the case now... |
There was a problem hiding this comment.
I propose to give these new files more telling names.
There was a problem hiding this comment.
This file is HUGE! Also, it's more or less the same as another file that already exists in the tree, which has similar dimensions but is only 2MB. Consider dropping this altogether.
There was a problem hiding this comment.
This image doesn't seem to be used.
| {{- /* Expects .image (asset), optionally .processes and .filter */}} | ||
| {{- $image := .image }} | ||
| {{- with (resources.Get .image) }} | ||
| {{- $image = (resources.Get $image).Fill "1200x630 Center" }} |
There was a problem hiding this comment.
This here was the fix for the pixelated image. Stupid bug, sorry.
There was a problem hiding this comment.
Good find, thanks for fixing - looks great now!

No description provided.