From de97bdfd07f43e1e394fcd310aeca277e043500b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=2E=20Sapka?= Date: Fri, 24 Feb 2023 20:14:37 +0100 Subject: articles for 2023-02-24+25 and better image quality --- layouts/shortcodes/youtube.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes/youtube.html') diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html index 4e38c50..3003f34 100644 --- a/layouts/shortcodes/youtube.html +++ b/layouts/shortcodes/youtube.html @@ -2,7 +2,7 @@ {{- $title := .Get 1 }} {{- $path := printf "ytcovers/%s.jpg" $id}} {{- $img := resources.Get $path }} -{{- $img = $img.Resize "x300 webp" }} +{{- $img = $img.Resize "x300 webp q90" }}
-- cgit v1.2.3