diff options
Diffstat (limited to 'layouts/shortcodes/youtube.html')
-rw-r--r-- | layouts/shortcodes/youtube.html | 2 |
1 files changed, 1 insertions, 1 deletions
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" }} <center> <a href="https://www.youtube.com/watch?v={{$id}}" target="_blank"> |