This commit is contained in:
2026-05-17 20:54:09 -04:00
parent 6da2183583
commit 74c21ee5cc
3000 changed files with 11794 additions and 15301 deletions

View File

@@ -39,7 +39,7 @@ else if (PostSearch.TotalResults > 0)
@if (post.MainPhoto != null)
{
<MudCardMedia Image="@($"/api/files/{post.MainPhoto.Id}")" Style="height: 100%;" />
<MudCardMedia Image="@($"/api/files/{post.MainPhoto.Id}/small")" Style="height: 100%;" />
}
else
{