Skip to content

Commit

Permalink
Bump up the size of cover image on album page
Browse files Browse the repository at this point in the history
It looked a bit pixilated at larger screen sizes.
  • Loading branch information
chrislo committed Oct 3, 2023
1 parent e5c775a commit 8b5af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/albums/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div data-controller="player">
<div class="flex flex-row gap-4">
<div class="w-1/2">
<%= image_tag @album.cover.representation(resize_to_limit: [400, 400]), class: 'w-full border border-slate-200' %>
<%= image_tag @album.cover.representation(resize_to_limit: [750, 750]), class: 'w-full border border-slate-200' %>
</div>
<div class="w-1/2">
<div class="mb-3">
Expand Down

0 comments on commit 8b5af79

Please sign in to comment.