From da62998ec04f64338790e4b4ad75c8b0f1473a25 Mon Sep 17 00:00:00 2001 From: Miguel Michelson Date: Mon, 22 Jul 2024 01:59:24 -0400 Subject: [PATCH] large thumb --- app/views/home/_playlist_section_wide.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/_playlist_section_wide.erb b/app/views/home/_playlist_section_wide.erb index 289c5f2..1f5e94a 100644 --- a/app/views/home/_playlist_section_wide.erb +++ b/app/views/home/_playlist_section_wide.erb @@ -22,7 +22,7 @@ <%= link_to playlist_path(playlist) do %>
- <%= image_tag(playlist.cover_url, + <%= image_tag(playlist.cover_url(:large), class: "w-full h-full object-center object-cover" ) %>