fix: issue #5 now using full size images in editor

This commit is contained in:
2026-07-06 08:36:49 +02:00
parent c735c1afa7
commit a772e3abea
6 changed files with 121 additions and 12 deletions

View File

@@ -645,7 +645,7 @@ defmodule BDS.Desktop.ShellLive.MediaEditor do
defp preview_url(%MediaRecord{} = media) do
if image?(media),
do: "/media-thumbnail/#{media.id}?size=large&t=#{media.updated_at}",
do: "/media-file/#{media.id}?t=#{media.updated_at}",
else: nil
end