diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index bf9f816a..c9ae5d5a 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -67,7 +67,7 @@ layout: main {%- capture artistImg %}{{ artist.artist | artist }}{% endcapture -%} {%- capture artistName %}{{ artist.artist | escape }}{% endcapture -%} - {% image artistImg, artistName, 'rounded-lg', '225px', 'eager' %} + {% image artistImg, artistName, 'rounded-lg w-full', '225px', 'eager' %} {% endfor %} @@ -90,7 +90,7 @@ layout: main {%- capture albumName %}{{ album.name | escape }}{% endcapture -%} - {% image album.art, albumName, 'rounded-lg', '225px' %} + {% image album.art, albumName, 'rounded-lg w-full', '225px' %} {% endfor %}