diff --git a/content/blog/2018-04-21-phew/68f65aa9a005aa1e8c23f854d6bea0f7.jpg b/content/blog/2018-04-21-phew/68f65aa9a005aa1e8c23f854d6bea0f7.jpg index e550f154..f6094881 100644 Binary files a/content/blog/2018-04-21-phew/68f65aa9a005aa1e8c23f854d6bea0f7.jpg and b/content/blog/2018-04-21-phew/68f65aa9a005aa1e8c23f854d6bea0f7.jpg differ diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index dcd8f1d9..558e3690 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -3,10 +3,10 @@ {{/* set image sizes, these are hardcoded for now, x dictates that images are resized to this width */}} -{{ $tinyw := default "408x" }} -{{ $smallw := default "816x" }} -{{ $mediumw := default "1224x" }} -{{ $largew := default "1632x" }} +{{ $tinyw := default "408x Lanczos" }} +{{ $smallw := default "816x Lanczos" }} +{{ $mediumw := default "1224x Lanczos" }} +{{ $largew := default "1632x Lanczos" }} {{/* resize the src image to the given sizes */}} @@ -28,21 +28,21 @@