Skip to content

Commit

Permalink
large thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Jul 22, 2024
1 parent bca7dc4 commit da62998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/_playlist_section_wide.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<%= link_to playlist_path(playlist) do %>
<div class="relative">
<div class="relative w-full h-80 bg-default overflow-hidden sm:aspect-w-2 sm:aspect-h-1 sm:h-64 lg:aspect-w-1 lg:aspect-h-1">
<%= image_tag(playlist.cover_url,
<%= image_tag(playlist.cover_url(:large),
class: "w-full h-full object-center object-cover"
) %>
</div>
Expand Down

0 comments on commit da62998

Please sign in to comment.