init
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user