From fa82390b1e5499be6161b66927f5a2e85a24bf58 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 5 Aug 2025 13:33:10 +0300 Subject: [PATCH] Display artist image full-size in edit form --- lib/music_library_web/live/artist_live/form_component.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/music_library_web/live/artist_live/form_component.ex b/lib/music_library_web/live/artist_live/form_component.ex index 2582fe01..e4b85f9a 100644 --- a/lib/music_library_web/live/artist_live/form_component.ex +++ b/lib/music_library_web/live/artist_live/form_component.ex @@ -44,13 +44,13 @@ defmodule MusicLibraryWeb.ArtistLive.FormComponent do
{@artist.name} <.live_img_preview :for={entry <- @uploads.image_data.entries} - class="mx-auto w-24" + class="mx-auto w-full" entry={entry} />
@@ -58,7 +58,7 @@ defmodule MusicLibraryWeb.ArtistLive.FormComponent do {entry.progress}% <% end %>
-
+